GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcDateTimeCellType クラス > GcDateTimeCellType コンストラクタ : GcDateTimeCellType コンストラクタ() |
'Declaration Public Function New()
'使用法 Dim instance As New GcDateTimeCellType()
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