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


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