CheckSpellingResult Properties
Represents the result of the spelling check.Name | Description |
---|---|
HasError | Gets whether the spelling error is found during a spelling check. |
Index | Gets the checked word’s index in text. |
Length | Returns the checked word’s length. |
Result | Indicates the check result. |
Text | Gets the text being checked. |
Value | Gets the checked word |
See Also