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