Spread Windows Forms 12.0 Product Documentation
NumberFormat Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : NumberFormat Property
Returns a value that represents the format code of the associated IRange 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 IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members