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


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