GrapeCity.Xaml.Excel
FooterHeight Property (IExcelPrintPageSetting)


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

Property Value

The height of the footer.
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members