GrapeCity.Xaml.Excel
HeaderHeight Property (IExcelPrintPageSetting)


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

Property Value

The height of the header.
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members