Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RECT Class / left Property


In This Topic
    left Property (RECT)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property left As Integer
    'Usage
     
    
    Dim instance As RECT
    Dim value As Integer
     
    instance.left = value
     
    value = instance.left
    public int left {get; set;}
    See Also