[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRangeList.GetRangeFromPosition

GetRangeFromPosition Method

GetRangeFromPosition(int)

Gets the CharRange that contains a specified position within the text.

Declaration
public CharRange GetRangeFromPosition(int charPosition)
Public Function GetRangeFromPosition(charPosition As Integer) As CharRange
Parameters
Type Name Description
int charPosition

Position within the text.

Returns
Type Description
CharRange

A CharRange that contains the specified position, or null if there is no error at the specified position.