MESCIUS SPREAD for Windows Forms 15.0J
GcDateTimeCellType コンストラクタ()
使用例 

GcDateTimeCellType クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New()
public GcDateTimeCellType()
使用例
次のサンプルコードは、GcDateTime セルを作成します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.EditMode = GrapeCity.Win.Spread.InputMan.CellType.EditMode.Overwrite;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType
inputcell.EditMode = GrapeCity.Win.Spread.InputMan.CellType.EditMode.Overwrite
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

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

 

 


© MESCIUS inc. All rights reserved.