Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMargin Class / Left Property


In This Topic
    Left Property (PrintMargin)
    In This Topic
    Gets or sets the left margin for the printed page.
    Syntax
    'Declaration
     
    
    Public Property Left As Integer
    'Usage
     
    
    Dim instance As PrintMargin
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public int Left {get; set;}
    See Also