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; }

Parameters

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

Return Value

The object of type IncorrectWord at the specified index.