Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / LabelNumberFormat Property


In This Topic
    LabelNumberFormat Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LabelNumberFormat As String
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As String
     
    instance.LabelNumberFormat = value
     
    value = instance.LabelNumberFormat
    public string LabelNumberFormat {get; set;}
    See Also