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


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