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


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

    Parameters

    listColumn
    The ListColumnInfo object to add into the collection.

    Return Value

    The index of the added item.
    See Also