Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerPoint.TableClearOptions interface
- Package:
- powerpoint
Represents the available options when clearing a table.
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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
