Edytuj

Udostępnij za pośrednictwem


OlViewType Enum

Definition

Indicates the view object type.

public enum class OlViewType
public enum OlViewType
Public Enum OlViewType
Inheritance
OlViewType

Fields

Name Value Description
olTableView 0

Represents a TableView object.

olCardView 1

Represents a CardView object.

olCalendarView 2

Represents a CalendarView object.

olIconView 3

Represents an IconView object.

olTimelineView 4

Represents a TimelineView object.

olBusinessCardView 5

Represents a BusinessCardView object.

olDailyTaskListView 6

Represents the TableView object that contains the daily task list in a calendar view.

olPeopleView 7

Represents a PeopleView object.

Remarks

Used by the ViewType property of View objects and as a parameter to the Add(String, OlViewType, OlViewSaveOption) method.

Applies to