Spread for ASP.NET 12 Product Documentation
NumberFormat Property (IntegerCellType.EditModeSettings)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IntegerCellType.EditModeSettings Class : NumberFormat Property
Gets or sets a NumberFormatInfo that defines the format of an editing number.
Syntax
'Declaration
 
Public Property NumberFormat As NumberFormatInfo
'Usage
 
Dim instance As IntegerCellType.EditModeSettings
Dim value As NumberFormatInfo
 
instance.NumberFormat = value
 
value = instance.NumberFormat
public NumberFormatInfo NumberFormat {get; set;}
See Also

Reference

IntegerCellType.EditModeSettings Class
IntegerCellType.EditModeSettings Members