
The MisspelledWord class represents a misspelled word in a document's text.
Introduced: 16.0.
[C#]
public class MisspelledWord
[Visual Basic]
Public Class MisspelledWord
| Constructor | Description | |
| MisspelledWord | Initializes a new instance of the MisspelledWord class with the specified starting position and length. |
| Property | Description | |
| Length | Gets the length of a misspelled word. | |
| Number | Gets the number of this misspelled word. | |
| Start | Gets the starting position of a misspelled word. | |
| Text | Gets the text of the misspelled word. |
| Method | Description | |
| Select | Selects the misspelled word in the text. |