'Declaration Function CheckText( _ ByVal text As System.String _ ) As System.Collections.Generic.IEnumerable(Of ICharRange)
System.Collections.Generic.IEnumerable<ICharRange> CheckText( System.string text )
Parameters
- text
- Text to be spell-checked.
Return Value
List of ICharRange objects that describe the spelling mistakes.