SpellCheckErrorsAdd Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int Add(
SpellCheckError value
)
Public Function Add (
value As SpellCheckError
) As Integer
public:
int Add(
SpellCheckError^ value
)
member Add :
value : SpellCheckError -> int
Parameters
- value
- Type: Kettic.AspNet.ControlsSpellCheckError
The SpellCheckError to add.
Return Value
Type:
Int32The index at which the new element was inserted.
See Also