Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AttachedLabel Class / fShowValue Property


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