OlDefaultExpandCollapseSetting Enum

Definition

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.

Applies to