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


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