Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / FormatCode Property


In This Topic
    FormatCode Property (NumberFormat)
    In This Topic
    Gets the number format code of this number format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FormatCode As String
    'Usage
     
    
    Dim instance As NumberFormat
    Dim value As String
     
    value = instance.FormatCode
    public string FormatCode {get;}

    Property Value

    A string value represents the number format code of this number format.
    See Also