Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / NumberFormat Property


In This Topic
    NumberFormat Property (DisplayFormat)
    In This Topic
    Gets a value that represents the format code of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NumberFormat As String
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As String
     
    value = instance.NumberFormat
    public string NumberFormat {get;}

    Property Value

    The number format of the associated DisplayFormat object.
    See Also