'Declaration
Public Function GetRangeIndexFromPosition( _ ByVal charPosition As Integer _ ) As Integer
public int GetRangeIndexFromPosition( int charPosition )
Parameters
- charPosition
- Position within the text.
Return Value
Index of the CharRange in the list that contains the specified position, or -1 if there is no error at the specified position.