Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / FooterMargin Property


In This Topic
FooterMargin Property (IPageSetup)
In This Topic
Gets or sets the distance from the bottom of the page to the footer, in pixels.
Syntax
'Declaration
 
Property FooterMargin As Double
 
'Usage
 
Dim instance As IPageSetup
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