Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LegendException Class / fLabel Property


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