Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / LeftMargin Property


In This Topic
    LeftMargin Property (IPageSetup)
    In This Topic
    Gets or sets the size of the left margin, in pixels.
    Syntax
    'Declaration
     
    
    Property LeftMargin As Double
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Double
     
    instance.LeftMargin = value
     
    value = instance.LeftMargin
    double LeftMargin {get; set;}

    Property Value

    A double value represents the left margin.
    See Also