GrapeCity.Xaml.Excel
HeaderHeight Property (ExcelPrintPageSetting)


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

Property Value

The height of the header.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members