Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / BottomMargin Property


In This Topic
    BottomMargin Property (PageSetup)
    In This Topic
    Gets or sets the size of the bottom margin, in pixels.
    Syntax
    'Declaration
     
    
    Public Property BottomMargin As Double
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Double
     
    instance.BottomMargin = value
     
    value = instance.BottomMargin
    public double BottomMargin {get; set;}

    Property Value

    A double value represents the bottom margin.
    See Also