cohtml.Net.Range

Denotes a text range.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
Range()

Public Properties

Name
uintStart
The start position of the range.
uintEnd
The end position of the range.

Protected Attributes

Name
boolswigCMemOwn

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;