Edit

Share via


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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

Properties

specificCellProperties

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.

uniformCellProperties

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

[ 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 column cells.

uniformCellProperties?: PowerPoint.TableCellProperties;

Property Value

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]