Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / AddRange Method
An array of CharBox to load into this collection.


In This Topic
AddRange Method (CharBoxCollection)
In This Topic
Adds an array of CharBox to the current collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal charBoxes() As CharBox _
) 
 
'Usage
 
Dim instance As CharBoxCollection
Dim charBoxes() As CharBox
 
instance.AddRange(charBoxes)

Parameters

charBoxes
An array of CharBox to load into this collection.
See Also