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


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