[]
Checks a string containing text and returns a list of spelling errors.
IEnumerable<ICharRange> CheckText(string text)
Function CheckText(text As String) As IEnumerable(Of ICharRange)
| Type | Name | Description |
|---|---|---|
| string | text | Text to be spell-checked. |
| Type | Description |
|---|---|
| IEnumerable<ICharRange> | List of ICharRange objects that describe the spelling mistakes. |