Edit

Share via


PowerPoint.TableClearOptions interface

Represents the available options when clearing a table.

Remarks

[ API set: PowerPointApi 1.9 ]

Properties

all

Specifies if both values and formatting of the table should be cleared.

format

Specifies if the formatting of the table should be cleared.

text

Specifies if the values of the table should be cleared.

Property Details

all

Specifies if both values and formatting of the table should be cleared.

all?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

format

Specifies if the formatting of the table should be cleared.

format?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

text

Specifies if the values of the table should be cleared.

text?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]