Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / FooterMargin Property


In This Topic
    FooterMargin Property (IPageSetup)
    In This Topic
    Gets or sets the distance from the bottom of the page to the footer, in pixels.
    Syntax
    'Declaration
     
    
    Property FooterMargin As Double
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Double
     
    instance.FooterMargin = value
     
    value = instance.FooterMargin
    double FooterMargin {get; set;}

    Property Value

    A double value represents the bottom of the page to the footer.
    See Also