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


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