Spread Silverlight Documentation
HeaderHeight Property (IExcelPrintPageSetting)


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

Property Value

The height of the header.
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members