Gets an incorrect word from the collection. This property is the indexer for the IncorrectWordCollection class.

public Proofing.IncorrectWord this [int number] { get; }

public Proofing.IncorrectWord this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As Proofing.IncorrectWord

Parameters

Parameter Description
number The zero-based index of the incorrect word.

Return Value

The object of type IncorrectWord at the specified index.