ColumnFooterRowCount Property
In This Topic
Gets or sets the number of rows in the column footers for the sheet.
Syntax
'Declaration
Public Property ColumnFooterRowCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.ColumnFooterRowCount = value
value = instance.ColumnFooterRowCount
public int ColumnFooterRowCount {get; set;}
Exceptions
See Also