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


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