API Reference
Class
ExcelTimelineCacheOptions
Options for authoring workbook-level timeline cache metadata.
Inheritance
- Object
- ExcelTimelineCacheOptions
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 ExcelTimelineCacheOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Timeline cache name.
public String SourceName { get; set; } #Source date field, table column, or pivot field name.
public String PivotTableName { get; set; } #Optional pivot table name the timeline is intended to filter.
public String Xml { get; set; } #Optional caller-supplied XML. When set, OfficeIMO writes it as-is.