Spread Windows Forms 12.0 Product Documentation
Visible Property (IColumnFooter)


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

Reference

IColumnFooter Interface
IColumnFooter Members