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


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

    Property Value

    The value of the left margin
    See Also