Click or drag to resize
SpellCheckErrorsAdd Method

Adds a SpellCheckError with the specified value to the SpellCheckErrors .

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int Add(
	SpellCheckError value
)

Parameters

value
Type: Kettic.AspNet.ControlsSpellCheckError
The SpellCheckError to add.

Return Value

Type: Int32

The index at which the new element was inserted.

See Also