[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ListColumns

ListColumns Property

ListColumns

Gets the column collection.

Declaration
public ListColumnCollectionInfo ListColumns { get; set; }
Public Property ListColumns As ListColumnCollectionInfo
Property Value
Type Description
ListColumnCollectionInfo

A ListColumnCollectionInfo object.

Remarks

Using the ListColumnCollectionInfo object returned by this property, you can add columns, remove columns, and get the number of columns contained in the drop-down list of GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.

See Also
ListDefaultColumn