AddRange Method (CharBoxCollection)
Adds an array of
CharBox to the current collection.
'Declaration
Public Sub AddRange( _
ByVal () 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.