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