Spread Windows Forms 12.0 Product Documentation
GcNumberCellType Constructor()
Example 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcNumberCellType Class > GcNumberCellType Constructor : GcNumberCellType Constructor()
Initializes a new instance of the GcNumberCellType class.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New GcNumberCellType()
public GcNumberCellType()
Example
This example creates a number cell.
GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType ncell = new GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType();
ncell.AllowDeleteToNull = false;
fpSpread1.Sheets[0].Cells[0, 0].CellType = ncell;
Dim ncell As New GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType()
ncell.AllowDeleteToNull = False
fpSpread1.Sheets(0).Cells(0, 0).CellType = ncell
See Also

Reference

GcNumberCellType Class
GcNumberCellType Members
Overload List