Spread Windows Forms 12.0 Product Documentation
NumberFormat Property (IGeneralFormatSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IGeneralFormatSupport Interface : NumberFormat Property
Gets or sets the numeric format information.
Syntax
'Declaration
 
Property NumberFormat As NumberFormatInfo
'Usage
 
Dim instance As IGeneralFormatSupport
Dim value As NumberFormatInfo
 
instance.NumberFormat = value
 
value = instance.NumberFormat
NumberFormatInfo NumberFormat {get; set;}

Property Value

NumberFormatInfo object containing the number format information
See Also

Reference

IGeneralFormatSupport Interface
IGeneralFormatSupport Members