'Declaration Public Overloads Function CheckText( _ ByVal text As System.String, _ ByVal start As System.Integer _ ) As CharRangeList
public CharRangeList CheckText( System.string text, System.int start )
Parameters
- text
- Text to be spell-checked.
- start
- Index of the character where to start checking.
Return Value
List of CharRange objects that describe the spelling mistakes.