Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / y Property


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