OlDefaultExpandCollapseSetting Enumeration
Specifies the expand/collapse default value specified in the DefaultExpandCollapseSetting property of the TableView and TimelineView objects.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlDefaultExpandCollapseSetting
'Usage
Dim instance As OlDefaultExpandCollapseSetting
public enum OlDefaultExpandCollapseSetting
Members
Member name | Description | |
---|---|---|
olAllExpanded | All groups are expanded when the view is initially displayed. | |
olAllCollapsed | All groups are collapsed when the view is initially displayed. | |
olLastViewed | Groups are displayed expanded or collapsed depending on the state the groups were in when the view was last closed. |