Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / Add Method / Add(ListColumn) Method
The ListColumn object to add into the collection.


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

Parameters

listColumn
The ListColumn object to add into the collection.

Return Value

The index of the added item.
See Also