SpellCheckErrorsAddRange Method (SpellCheckErrors) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddRange(
SpellCheckErrors value
)
Public Sub AddRange (
value As SpellCheckErrors
)
public:
void AddRange(
SpellCheckErrors^ value
)
member AddRange :
value : SpellCheckErrors -> unit
Parameters
- value
- Type: Kettic.AspNet.ControlsSpellCheckErrors
A SpellCheckErrors containing the objects to add to the collection.
Return Value
Type:
None.
See Also