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


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