Spread Windows Forms 12.0 Product Documentation
AddRange Method (ItemTemplateCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateCollectionInfo Class : AddRange Method
A specified collection added into the collection.
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)
public void AddRange( 
   ItemTemplateInfo[] items
)

Parameters

items
A specified collection added into the collection.
See Also

Reference

ItemTemplateCollectionInfo Class
ItemTemplateCollectionInfo Members