Application.CalendarLayout Method
Project Developer Reference |
Changes how task bars are arranged on the Calendar.
Syntax
expression.CalendarLayout(SortOrder, AutoLayout)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
SortOrder | Optional | Boolean | True if tasks are displayed in the Calendar using the current sort order. False if the sort order changes to display as many tasks as possible. The default value is True. |
AutoLayout | Optional | Boolean | True if the Calendar view automatically changes to reflect task changes. |
Return Value
Boolean
See Also