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


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