'Declaration Public Property CalendarType As CalendarType
'Usage Dim instance As DropDownCalendar Dim value As CalendarType instance.CalendarType = value value = instance.CalendarType
public CalendarType CalendarType {get; set;}
'Declaration Public Property CalendarType As CalendarType
'Usage Dim instance As DropDownCalendar Dim value As CalendarType instance.CalendarType = value value = instance.CalendarType
public CalendarType CalendarType {get; set;}
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.CalendarType = GrapeCity.Win.Spread.InputMan.CellType.CalendarType.YearMonth;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() inputcell.DropDownCalendar.CalendarType = GrapeCity.Win.Spread.InputMan.CellType.CalendarType.YearMonth fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell