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


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