Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollectionInfo Class / AddRange Method
A ListColumnInfo array added into the collection.


In This Topic
    AddRange Method (ListColumnCollectionInfo)
    In This Topic
    Adds columns of the specified collection to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal columns() As ListColumnInfo _
    ) 
    'Usage
     
    
    Dim instance As ListColumnCollectionInfo
    Dim columns() As ListColumnInfo
     
    instance.AddRange(columns)
    public void AddRange( 
       ListColumnInfo[] columns
    )

    Parameters

    columns
    A ListColumnInfo array added into the collection.
    See Also