[]
Returns the text of a range of ITextChar objects in this line.
string GetText(int startIndex, int count)
Function GetText(startIndex As Integer, count As Integer) As String
Type | Name | Description |
---|---|---|
int | startIndex | The starting index of ITextChar object. |
int | count | The count of ITextChar objects. |