Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnFooterVisible Property


In This Topic
ColumnFooterVisible Property
In This Topic
Gets or sets whether the column footers for this sheet are visible.
Syntax
'Declaration
 
Public Property ColumnFooterVisible As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.ColumnFooterVisible = value
 
value = instance.ColumnFooterVisible
See Also