PowerPoint.TableColumnAddOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the available options when adding a table column.
Remarks
Properties
specific |
If provided, specifies properties for each cell in the table column. If a cell doesn't require specific formatting, specify an empty object for that cell. |
uniform |
Specifies the formatting which applies uniformly to all of the table column cells. |
Property Details
specificCellProperties
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies properties for each cell in the table column. If a cell doesn't require specific formatting, specify an empty object for that cell.
specificCellProperties?: PowerPoint.TableCellProperties[][];
Property Value
Remarks
uniformCellProperties
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the formatting which applies uniformly to all of the table column cells.
uniformCellProperties?: PowerPoint.TableCellProperties;