Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CatSerRange Class / fReverse Property


In This Topic
    fReverse Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fReverse As Byte
    'Usage
     
    
    Dim instance As CatSerRange
    Dim value As Byte
     
    instance.fReverse = value
     
    value = instance.fReverse
    public byte fReverse {get; set;}
    See Also