[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Add

Add Method

Add(ListColumnInfo)

Adds an item to the collection.

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

The ListColumnInfo object to add into the collection.

Add(string)

Adds a ListColumnInfo 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 that indicates the text of a ListColumnInfo object.