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


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