Table Members (PowerPoint)
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.
Methods
Name |
Description |
---|---|
Applies a table style to the specified table. |
|
Returns a Cell object that represents a cell in a table. |
|
Scales all cell heights and widths, font sizes, and internal margins in the table by a specified proportion. |
Properties
Name |
Description |
---|---|
Returns or sets the alternative text associated with a shape in a Web presentation. Read/write. |
|
Returns an Application object that represents the creator of the specified object. |
|
Returns the TableBackground object associated with the specified table. Read-only. |
|
Returns a Columns collection that represents all the columns in a table. Read-only. |
|
Determines whether to display special formatting for the first column of the specified table. Read/write. |
|
Determinew whether to display special formatting for the first row of the specified table. Read/write. |
|
Determines whether to display banded rows, in which even rows are formatted differently from odd rows. Read/write. |
|
Determines whether to display special formatting for the last column of the specified table. Read/write. |
|
Determines whether to display special formatting for the last row of the specified table. Read/write. |
|
Returns the parent object for the specified object. |
|
Returns a Rows collection that represents all the rows in a table. Read-only. |
|
Returns a TableStyle object that contains information about the specified table's current table style. Read-only. |
|
Returns or sets the direction in which the table cells are ordered. Read/write. |
|
Returns or sets the title of the Table object. Read/write. |
|
Determines whether to display banded columns, in which even columns are formatted differently from odd columns. Read/write. |