Gets an object of type HyphenationList from the collection. This property is the indexer for the HyphenationListCollection class.

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

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

Parameters

Parameter Description
number The zero-based index of the HyphenationList.

Return Value

The object of the type HyphenationList at the specified index.