Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pos Class / x1 Property


In This Topic
    x1 Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property x1 As Short
    'Usage
     
    
    Dim instance As Pos
    Dim value As Short
     
    instance.x1 = value
     
    value = instance.x1
    public short x1 {get; set;}
    See Also