Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / FooterMargin Property


In This Topic
FooterMargin Property (PageSetup)
In This Topic
Gets or sets the distance from the bottom of the page to the footer, in pixels.
Syntax
'Declaration
 
Public Property FooterMargin As Double
 
'Usage
 
Dim instance As PageSetup
Dim value As Double
 
instance.FooterMargin = value
 
value = instance.FooterMargin

Property Value

A double value represents the bottom of the page to the footer.
See Also