Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Frame Class / frt Property


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