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


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