cohtml.Net.Range
Denotes a text range.
Inherits from SystemIDisposable
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| Range() |
Public Properties
| Name | |
|---|---|
| uint | Start The start position of the range. |
| uint | End The end position of the range. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function Range
Range()
Public Property Documentation
property Start
uint Start;
The start position of the range.
property End
uint End;
The end position of the range.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;