Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / AddRange Method
A ListColumn array added into the collection.


In This Topic
AddRange Method (ListColumnCollection)
In This Topic
Add some columns of specified collection to the end of the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal columns() As ListColumn _
) 
 
'Usage
 
Dim instance As ListColumnCollection
Dim columns() As ListColumn
 
instance.AddRange(columns)

Parameters

columns
A ListColumn array added into the collection.
See Also