TimelineView

TimelineView class

Represents a timeline view of a project.

The TimelineView type exposes the following members:

Constructors

NameDescription
TimelineView()Initializes a new instance of the

Properties

NameDescription
filterGets or sets a filter used in a single view.
groupGets or sets a group of the single view.
uidGets the unique identifier of a view.
highlight_filterGets or sets a value indicating whether Microsoft Project highlights the filter for a single view.
nameGets or sets the name of a View object.
screenGets the screen type for the single view.
Read-only
parent_projectGets the parent of the View object.
Read-only
tableGets or sets a table of the single view.
typeGets the type of item in the single view, such as tasks or resources.
Read-only
show_in_menuGets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon.
page_infoGets an instance of the
visual_objects_placementsGets a collection of objects representing placement and appearance of
date_formatGets or sets a value indicating how to format dates on the Timeline view.
display_overlappedGets or sets a value indicating whether to display overlapped tasks on multiple rows.
show_datesGets a value indicating whether to show dates.
show_pan_zoomGets or sets a value indicating whether to show pan and zoom control.
show_timescaleGets or sets a value indicating whether to show timescale.
show_todayGets or sets a value indicating whether to display a line representing today.
text_lines_countGets or sets a value indicating how many lines are used to display task in a timeline.

Methods

NameDescription
compare_to(other)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

See Also