Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateCollectionInfo Class / Add Method
The ItemTemplateInfo object to add into the collection.


In This Topic
    Add Method (ItemTemplateCollectionInfo)
    In This Topic
    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