[]
Gets the CharRange that contains a specified position within the text.
public CharRange GetRangeFromPosition(int charPosition)
| Type | Name | Description |
|---|---|---|
| int | charPosition | Position within the text. |
| Type | Description |
|---|---|
| CharRange | A CharRange that contains the specified position, or null if there is no error at the specified position. |