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


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

    Property Value

    The value of the top margin
    See Also