Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageMargin Interface / Bottom Property


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

    Property Value

    The value of the bottom margin
    See Also