Click or drag to resize
SpellCheckErrorsItem Property

Represents the entry at the specified index of the SpellCheckError.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public SpellCheckError this[
	int index
] { 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
ExceptionCondition
ArgumentOutOfRangeExceptionindex is outside the valid range of indexes for the collection.
See Also