Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / HeaderHeight Property


In This Topic
HeaderHeight Property (PrintInfo)
In This Topic
Gets or sets the height in pixels of the header area.
Syntax
'Declaration
 
Public Property HeaderHeight As Integer
 
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.HeaderHeight = value
 
value = instance.HeaderHeight
See Also