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


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