Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DifferentialFormat Class / NumberFormat Property


In This Topic
NumberFormat Property (DifferentialFormat)
In This Topic
Gets or sets the number format.
Syntax
'Declaration
 
Public Property NumberFormat As String
 
'Usage
 
Dim instance As DifferentialFormat
Dim value As String
 
instance.NumberFormat = value
 
value = instance.NumberFormat

Property Value

A string value represents the number format.
See Also