Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageMargin Class / Bottom Property


In This Topic
    Bottom Property (ExcelPrintPageMargin)
    In This Topic
    Get or set the bottom margin
    Syntax
    'Declaration
     
    Public Property Bottom As Double
    'Usage
     
    Dim instance As ExcelPrintPageMargin
    Dim value As Double
     
    instance.Bottom = value
     
    value = instance.Bottom
    public double Bottom {get; set;}

    Property Value

    The value of the bottom margin
    See Also