public DateFieldInfo DefaultActiveField {get; set;}
'宣言 Public Property DefaultActiveField As DateFieldInfo
'宣言
Public Property DefaultActiveField As DateFieldInfo
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType datecell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType(); datecell.DefaultActiveField = datecell.Fields[2]; fpSpread1.Sheets[0].Cells[0, 0].CellType = datecell;
Dim datecell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() datecell.DefaultActiveField = datecell.Fields(2) fpSpread1.Sheets(0).Cells(0, 0).CellType = datecell
GcDateTimeCellType クラス GcDateTimeCellType メンバ
© MESCIUS inc. All rights reserved.