PowerPoint.TableClearOptions interface
Represents the available options when clearing a table.
Remarks
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
format
Specifies if the formatting of the table should be cleared.
format?: boolean;
Property Value
boolean
Remarks
text
Specifies if the values of the table should be cleared.
text?: boolean;
Property Value
boolean