API Reference
Class
ExcelTimelineViewOptions
Display and placement options for a native worksheet timeline.
Inheritance
- Object
- ExcelTimelineViewOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ExcelTimelineViewOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Optional unique timeline view name. A stable name is generated when omitted.
public String CacheName { get; set; } #Optional existing compatible cache name to reuse.
public String Caption { get; set; } #Optional displayed caption. The source field is used when omitted.
public String Style { get; set; } #Built-in timeline style.
public Int32 Row { get; set; } #One-based anchor row.
public Int32 Column { get; set; } #One-based anchor column.
public Int32 WidthPixels { get; set; } #Rendered width in pixels.
public Int32 HeightPixels { get; set; } #Rendered height in pixels.
public ExcelTimelineLevel Level { get; set; } #Initial display level.
public Boolean ShowHeader { get; set; } #Whether the header is displayed.
public Boolean ShowSelectionLabel { get; set; } #Whether the selected range label is displayed.
public Boolean ShowTimeLevel { get; set; } #Whether the current time level is displayed.
public Boolean ShowHorizontalScrollbar { get; set; } #Whether the horizontal scrollbar is displayed.