Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / LeftMargin Property


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

    Property Value

    A double value represents the left margin.
    See Also