ColumnFooterVisible Property
In This Topic
Gets or sets whether the column footers 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;}
Example
This example sets the models for a column footer.
See Also