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


In This Topic
BottomMargin Property (IPageSetup)
In This Topic
Gets or sets the size of the bottom margin, in pixels.
Syntax
'Declaration
 
Property BottomMargin As Double
 
'Usage
 
Dim instance As IPageSetup
Dim value As Double
 
instance.BottomMargin = value
 
value = instance.BottomMargin

Property Value

A double value represents the bottom margin.
See Also