Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pos Class / y2 Property


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