ColumnFooterHeight Property
In This Topic
Gets or sets the column footer height.
Syntax
'Declaration
Public Property ColumnFooterHeight As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.ColumnFooterHeight = value
value = instance.ColumnFooterHeight
public int ColumnFooterHeight {get; set;}
Example
This example sets the models for a column footer.
See Also