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


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