Spread Windows Forms 12.0 Product Documentation
Add Method (ItemTemplateCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateCollectionInfo Class : Add Method
The ItemTemplateInfo object to add into the collection.
Adds an item to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal item As ItemTemplateInfo _
) As Integer
'Usage
 
Dim instance As ItemTemplateCollectionInfo
Dim item As ItemTemplateInfo
Dim value As Integer
 
value = instance.Add(item)
public int Add( 
   ItemTemplateInfo item
)

Parameters

item
The ItemTemplateInfo object to add into the collection.

Return Value

The index of the added item.
See Also

Reference

ItemTemplateCollectionInfo Class
ItemTemplateCollectionInfo Members