Table Members
Include Protected Members
Include Inherited Members
Represents a table shape on a slide. The Table object is a member of the Shapes collection. The Table object contains the Columns collection and the Rows collection.
The Table type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlternativeText | Returns or sets the alternative text associated with a shape in a Web presentation. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
Background | Returns the TableBackground object that is associated with the specified table. Read-only. | |
Columns | Returns a Columns collection that represents all the columns in a table. Read-only. | |
FirstCol | Determines whether to display special formatting for the first column of the specified table. Read/write. | |
FirstRow | Determines whether to display special formatting for the first row of the specified table. Read/write. | |
HorizBanding | Determines whether to display banded rows, in which even rows are formatted differently from odd rows. Read/write. | |
LastCol | Determines whether to display special formatting for the last column of the specified table. Read/write. | |
LastRow | Determines whether to display special formatting for the last row of the specified table. Read/write. | |
Parent | Returns the parent object for the specified object. | |
Rows | Returns a Rows collection that represents all the rows in a table. Read-only. | |
Style | Returns a TableStyle object that contains information about the specified table's current table style. Read-only. | |
TableDirection | Returns or sets the direction in which the table cells are ordered. Read/write. | |
Title | Returns or sets the title of the Table object. Read/write. | |
VertBanding | Determines whether to display banded columns, in which even columns are formatted differently from odd columns. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
ApplyStyle | Applies a table style to the specified table. | |
Cell | Returns a Cell object that represents a cell in a table. | |
MergeBorders | Reserved for internal use. | |
ScaleProportionally | Scales all cell heights and widths, font sizes, and internal margins in the table by a specified proportion. |
Top