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