Edit

Share via


PowerPoint.Interfaces.TableColumnData interface

An interface describing the data returned by calling tableColumn.toJSON().

Properties

columnIndex

Returns the index number of the column within the column collection of the table. Zero-indexed.

width

Retrieves the width of the column in points. If the set column width is less than the minimum width, the column width will be increased to the minimum width.

Property Details

columnIndex

Returns the index number of the column within the column collection of the table. Zero-indexed.

columnIndex?: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.9 ]

width

Retrieves the width of the column in points. If the set column width is less than the minimum width, the column width will be increased to the minimum width.

width?: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.9 ]