SpellCheckErrorsAddRange Method (SpellCheckError) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void AddRange(
SpellCheckError[] value
)
Public Sub AddRange (
value As SpellCheckError()
)
public:
void AddRange(
array<SpellCheckError^>^ value
)
member AddRange :
value : SpellCheckError[] -> unit
Parameters
- value
- Type: Kettic.AspNet.ControlsSpellCheckError
An array of type SpellCheckError containing the objects to add to the collection.
Return Value
Type:
None.
See Also