Spread Silverlight Documentation
FooterHeight Property (ExcelPrintPageSetting)


GrapeCity.Excel Namespace > ExcelPrintPageSetting Class : FooterHeight Property
Gets or sets the height of the footer.
Syntax
'Declaration
 
Public Property FooterHeight As System.Double
'Usage
 
Dim instance As ExcelPrintPageSetting
Dim value As System.Double
 
instance.FooterHeight = value
 
value = instance.FooterHeight
public System.double FooterHeight {get; set;}

Property Value

The height of the footer.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members