Gets a misspelled word from the collection. In C# this property is the indexer for the MisspelledWordCollection class.

Syntax

public MisspelledWord this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As MisspelledWord

Parameters

Parameter Description
number Specifies a number. Misspelled words are counted from the beginning to the end of the text beginning with number 1.

Limitations

Read only.