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


GcDateTimeCellType クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New()
'使用法
 
Dim instance As New GcDateTimeCellType()
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 メンバ
オーバーロード一覧

 

 


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