Spread Windows Forms 12.0 Product Documentation
Visible Property (IColumnHeader)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColumnHeader Interface : Visible Property
Gets or sets whether the column header is visible.
Syntax
'Declaration
 
Property Visible As Boolean
'Usage
 
Dim instance As IColumnHeader
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
bool Visible {get; set;}
See Also

Reference

IColumnHeader Interface
IColumnHeader Members