SpellCheckErrorsInsert Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void Insert(
int index,
SpellCheckError value
)
Public Sub Insert (
index As Integer,
value As SpellCheckError
)
public:
void Insert(
int index,
SpellCheckError^ value
)
member Insert :
index : int *
value : SpellCheckError -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index where value should be inserted. - value
- Type: Kettic.AspNet.ControlsSpellCheckError
Return Value
Type:
None.
See Also