[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Add

Add Method

Add(ListColumn)

Adds an item to the collection.

Declaration
public void Add(ListColumn listColumn)
Public Sub Add(listColumn As ListColumn)
Parameters
Type Name Description
ListColumn listColumn

The ListColumn object to add into the collection.

Add(string)

Adds an ListColumn with the given text to the collection.

Declaration
public void Add(string text)
Public Sub Add(text As String)
Parameters
Type Name Description
string text

A string value indicates the text of a ListColumn.