Gets an object of type LanguageScope from the collection. This property is the indexer for the LanguageScopeCollection class.

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

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

Parameters

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

Return Value

The object of the type LanguageScope at the specified index.