Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BRAI Class / rt Property


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