Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TXO Class / rot Property


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