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


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

Property Value

A double value represents the top margin.
See Also