Spread Silverlight Documentation
HeaderHeight Property (ExcelPrintPageSetting)


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

Property Value

The height of the header.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members