TableProperties Properties
Contains table properties.| Name | Description |
|---|---|
| AutoFit | Specifies whether to automatically adjust the table’s width to fit content. |
| BackgroundColor | Specifies the table’s background color. |
| Borders | Specifies the table’s border settings. |
| CellMargins | Specifies margin settings for all cells in the table. |
| ContentHorizontalAlignment | Specifies the horizontal alignment of content in table cells. |
| ContentVerticalAlignment | Specifies the vertical alignment of content in table cells. |
| StyleName | Specifies the table style name. |
| TableStyleOptions | Specifies style options applied to the table. |
| Width | Specifies the table’s width settings. |
See Also