PowerPoint.Interfaces.TableColumnUpdateData interface
An interface for updating data on the TableColumn
object, for use in tableColumn.set({ ... })
.
Properties
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
width
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.
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