ExcelScript.TimelineStyle interface
Represents a TimelineStyle
, which defines style elements by region in the timeline.
delete() | Deletes the table style. |
duplicate() | Creates a duplicate of this timeline style with copies of all the style elements. |
get |
Specifies the name of the timeline style. |
get |
Specifies if this |
set |
Specifies the name of the timeline style. |
Deletes the table style.
delete(): void;
Returns
void
Creates a duplicate of this timeline style with copies of all the style elements.
duplicate(): TimelineStyle;
Returns
Specifies the name of the timeline style.
getName(): string;
Returns
string
Specifies if this TimelineStyle
object is read-only.
getReadOnly(): boolean;
Returns
boolean
Specifies the name of the timeline style.
setName(name: string): void;
Parameters
- name
-
string
Returns
void
Office Scripts feedback
Office Scripts is an open source project. Select a link to provide feedback: