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


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