GrapeCity SPREAD for Windows Forms 11.0J
GcNumberCellType コンストラクタ()


GcNumberCellTypeクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New()
'使用法
 
Dim instance As New GcNumberCellType()
public GcNumberCellType()
次のサンプルコードは、数値型セルを作成します。
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
参照

GcNumberCellType クラス
GcNumberCellType メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.