Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / NumberFormatCode Property


In This Topic
    NumberFormatCode Property
    In This Topic
    Gets or sets the number formatting code.
    Syntax
    'Declaration
     
    
    Public Property NumberFormatCode As String
    'Usage
     
    
    Dim instance As StyleFormat
    Dim value As String
     
    instance.NumberFormatCode = value
     
    value = instance.NumberFormatCode
    public string NumberFormatCode {get; set;}

    Property Value

    A NumberFormatCode value represents the number formatting code.
    See Also