[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DefaultListColumn.Visible

Visible Property

Visible

Gets or set a bool value indicates whether the ListColumn is visible or not.

Declaration
public bool Visible { get; set; }
Public Property Visible As Boolean
Property Value
Type Description
bool

A bool value. true is visible, otherwise, false.
The default is true.