'Declaration
Public Function GetRangeFromPosition( _ ByVal charPosition As Integer _ ) As CharRange
public CharRange GetRangeFromPosition( 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.