Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SXViewLink Class / rt Property


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