Edit

Share via


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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

Properties

specificCellProperties

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.

uniformCellProperties

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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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;

Property Value

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]