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


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

    Property Value

    The value of the left margin
    See Also