PowerPoint.TableColumnProperties interface
Provides the table column properties.
Remarks
Properties
column |
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