Limitations
Read only.
Gets a misspelled word from the collection. In C# this property is the indexer for the Misspelled
public MisspelledWord this [int number] { get; }Public Default ReadOnly Property Item(ByVal number As Integer) As MisspelledWord| Parameter | Description |
|---|---|
| number | Specifies a number. Misspelled words are counted from the beginning to the end of the text beginning with number 1. |
Read only.