ExcelScript.TableStyle interface

Represents a table style, which defines the style elements by region of the table.

Methods

delete()

Deletes the table style.

duplicate()

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

getName()

Specifies the name of the table style.

getReadOnly()

Specifies if this TableStyle object is read-only.

setName(name)

Specifies the name of the table style.

Method Details

delete()

Deletes the table style.

delete(): void;

Returns

void

duplicate()

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

duplicate(): TableStyle;

Returns

getName()

Specifies the name of the table style.

getName(): string;

Returns

string

getReadOnly()

Specifies if this TableStyle object is read-only.

getReadOnly(): boolean;

Returns

boolean

setName(name)

Specifies the name of the table style.

setName(name: string): void;

Parameters

name

string

Returns

void