Edit

Share via


PowerPoint.TableColumnProperties interface

Provides the table column properties.

Remarks

[ API set: PowerPointApi 1.8 ]

Properties

columnWidth

Represents the desired width of each column in points, or is undefined.

When a table is being added, for columns whose width is undefined, the column width will be calculated by evenly dividing the remaining width of the table amongst those columns. If the table does not have a defined width, a default column width will be used.

Property Details

columnWidth

Represents the desired width of each column in points, or is undefined.

When a table is being added, for columns whose width is undefined, the column width will be calculated by evenly dividing the remaining width of the table amongst those columns. If the table does not have a defined width, a default column width will be used.

columnWidth?: number | undefined;

Property Value

number | undefined

Remarks

[ API set: PowerPointApi 1.8 ]