Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginInfo Class / Left Property


In This Topic
    Left Property (MarginInfo)
    In This Topic
    Gets or sets the left.
    Syntax
    'Declaration
     
    
    Public Property Left As Integer
    'Usage
     
    
    Dim instance As MarginInfo
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public int Left {get; set;}

    Property Value

    The left.
    See Also