Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateCollectionInfo Class / AddRange Method
A specified collection added into the collection.


In This Topic
AddRange Method (ItemTemplateCollectionInfo)
In This Topic
Adds some items of specified collection to the end of the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As ItemTemplateInfo _
) 
 
'Usage
 
Dim instance As ItemTemplateCollectionInfo
Dim items() As ItemTemplateInfo
 
instance.AddRange(items)

Parameters

items
A specified collection added into the collection.
See Also