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


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