TimelineViewState Interface

Definition

Represents the Timeline-specific members of a Slicer view.

public interface class TimelineViewState
[System.Runtime.InteropServices.Guid("000244E0-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface TimelineViewState
Public Interface TimelineViewState
Attributes

Properties

Application

Returns an Application object that represents the Excel application. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#).

Level

Get or set the displayed level. XlTimelineLevel enumeration. Read/Write.

Parent

Returns an Object (object in C#) that represents the parent object of the specified TimeLineViewState object. Read-only.

ShowHeader

Get or set whether the control’s header is displayed. Boolean (bool in C#) Read/Write.

ShowHorizontalScrollbar

Get or set whether the control’s horizontal scrollbar is displayed. Boolean (bool in C#) Read/Write.

ShowSelectionLabel

Get or set whether the control’s filter selection label is displayed. Boolean (bool in C#) Read/Write.

ShowTimeLevel

Get or set whether the control’s time level drop-down is displayed. Boolean (bool in C#) Read/Write.

Applies to