cohtml.Net.Range
Denotes a text range.
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| Range() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| uint | Start The start position of the range. |
| uint | End The end position of the range. |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function Range
Section titled “function Range”Range()Public Property Documentation
Section titled “Public Property Documentation”property Start
Section titled “property Start”uint Start;The start position of the range.
property End
Section titled “property End”uint End;The end position of the range.
Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.