OlDefaultExpandCollapseSetting Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the expand/collapse default value specified in the DefaultExpandCollapseSetting property of the TableView and TimelineView objects.
public enum class OlDefaultExpandCollapseSetting
public enum OlDefaultExpandCollapseSetting
Public Enum OlDefaultExpandCollapseSetting
- Inheritance
-
OlDefaultExpandCollapseSetting
Fields
Name | Value | Description |
---|---|---|
olAllExpanded | 0 | All groups are expanded when the view is initially displayed. |
olAllCollapsed | 1 | All groups are collapsed when the view is initially displayed. |
olLastViewed | 2 | Groups are displayed expanded or collapsed depending on the state the groups were in when the view was last closed. |