Initializes a new instance of the Misspelled
public MisspelledWord(int start, int length);
Public Sub New(start As Integer, length As Integer)
Parameter | Description |
---|---|
start | Specifies the starting position of the misspelled word. It is a one-based index of the word's first character. |
length | Specifies the length of the misspelled word. |