MESCIUS SPREAD for Windows Forms 17.0J
GcDateTimeCellType コンストラクタ()

GcDateTimeCellType クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New()
public GcDateTimeCellType()
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.