Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / fShowKey Property


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