Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollectionInfo Class / Add Method / Add(Object) Method
The object to add into the collection.


In This Topic
    Add(Object) Method
    In This Topic
    Adds an item to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal item As Object _
    ) 
    'Usage
     
    
    Dim instance As SubItemCollectionInfo
    Dim item As Object
     
    instance.Add(item)
    public void Add( 
       object item
    )

    Parameters

    item
    The object to add into the collection.
    See Also