[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.Zoom

Zoom Method

Zoom(CalendarType)

Zooms the current calendar to the specific calendar type.

Declaration
public bool Zoom(CalendarType calendarType)
Public Function Zoom(calendarType As CalendarType) As Boolean
Parameters
Type Name Description
CalendarType calendarType

A CalendarType enumeration that specifies the target calendar type.

Returns
Type Description
bool

A bool value, true if the calendar type has changed; otherwise, false.

Remarks

This method can change the CalendarType of this DropDownCalendar. If the operation succeeds, the true value is returned; otherwise, false.