Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Lbl Class / chKey Property


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