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


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