Edit

Share via


ExcelScript.TimelineStyle interface

Represents a TimelineStyle, which defines style elements by region in the timeline.

Methods

delete()

Deletes the table style.

duplicate()

Creates a duplicate of this timeline style with copies of all the style elements.

getName()

Specifies the name of the timeline style.

getReadOnly()

Specifies if this TimelineStyle object is read-only.

setName(name)

Specifies the name of the timeline style.

Method Details

delete()

Deletes the table style.

TypeScript
delete(): void;

Returns

void

duplicate()

Creates a duplicate of this timeline style with copies of all the style elements.

TypeScript
duplicate(): TimelineStyle;

Returns

getName()

Specifies the name of the timeline style.

TypeScript
getName(): string;

Returns

string

getReadOnly()

Specifies if this TimelineStyle object is read-only.

TypeScript
getReadOnly(): boolean;

Returns

boolean

setName(name)

Specifies the name of the timeline style.

TypeScript
setName(name: string): void;

Parameters

name

string

Returns

void