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


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

Property Value

A double value represents the top margin.
See Also