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