Spread Windows Forms 12.0 Product Documentation
NumberFormat Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : NumberFormat Property
Gets or sets a System.String value that represents the format code for the style.
Syntax
'Declaration
 
Property NumberFormat As String
'Usage
 
Dim instance As IStyle
Dim value As String
 
instance.NumberFormat = value
 
value = instance.NumberFormat
string NumberFormat {get; set;}

Property Value

The number format.
See Also

Reference

IStyle Interface
IStyle Members