'Declaration Public Function GetRangeFromPosition( _ ByVal charPosition As System.Integer _ ) As CharRange
public CharRange GetRangeFromPosition( System.int charPosition )
Parameters
- charPosition
- Position within the text.
Return Value
A CharRange that contains the specified position, or null if there is no error at the specified position.