Spread Windows Forms 17
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 inches.
    Syntax
    'Declaration
     
    
    Property BottomMargin As Double
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Double
     
    instance.BottomMargin = value
     
    value = instance.BottomMargin
    double BottomMargin {get; set;}

    Property Value

    A double value represents the bottom margin.
    See Also