[]
Initializes a new instance of the C1TextRange struct.
public C1TextRange(int startIndex, int length)
Public Sub New(startIndex As Integer, length As Integer)
| Type | Name | Description |
|---|---|---|
| int | startIndex | Index of the first char in text interval. |
| int | length | Length of the text interval. |