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
public bool ColumnFooterVisible {get; set;}
See Also