'Declaration
Public Overloads Function CheckText( _ ByVal text As String, _ ByVal start As Integer _ ) As CharRangeList
public CharRangeList CheckText( string text, 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.