GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > DropDownCalendar クラス : ShowHeader プロパティ |
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType(); gcDateTimeCell1.DropDownCalendar.ShowHeader = true; fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() gcDateTimeCell1.DropDownCalendar.ShowHeader = True fpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1