SpellCheckErrorsItem Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public SpellCheckError this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As SpellCheckError
Get
public:
property SpellCheckError^ default[int index] {
SpellCheckError^ get (int index);
}
member Item : SpellCheckError with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to locate in the collection.
Property Value
Type:
SpellCheckError The entry at the specified index of the collection.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | index is outside the valid range of indexes for the collection. |
See Also