'Declaration Public Function New( _ ByVal startIndex As System.Integer, _ ByVal length As System.Integer _ )
public C1TextRange( System.int startIndex, System.int length )
Parameters
- startIndex
- Index of the first char in text interval.
- length
- Length of the text interval.