Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / Left Property


In This Topic
    Left Property (IPSObject)
    In This Topic
    Gets or sets the left (near) of the object.
    Syntax
    'Declaration
     
    
    Property Left As Integer
    'Usage
     
    
    Dim instance As IPSObject
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    int Left {get; set;}
    See Also