PowerPoint.TableRowAddOptions 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 row.
Remarks
Properties
specific |
If provided, specifies properties for each cell in the table row. 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 row 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 row. 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 row cells.
uniformCellProperties?: PowerPoint.TableCellProperties;