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


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