Share via


Table Object Members

PowerPoint Developer Reference

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
Bb251494.methods(en-us,office.12).gif ApplyStyle Applies a table style to the specified table.
Bb251494.methods(en-us,office.12).gif Cell Returns a Cell object that represents a cell in a table.
Bb251494.methods(en-us,office.12).gif ScaleProportionally Scales all cell heights and widths, font sizes, and internal margins in the table by a specified proportion.

Properties

  Name Description
Bb251494.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251494.properties(en-us,office.12).gif Columns Returns a Columns collection that represents all the columns in a table. Read-only. For information about returning a single member of a collection, see Returning an Object from a Collection.
Bb251494.properties(en-us,office.12).gif FirstCol True to display special formatting for the first column of the specified table. Read/write.
Bb251494.properties(en-us,office.12).gif FirstRow True to display special formatting for the first row of the specified table. Read/write.
Bb251494.properties(en-us,office.12).gif HorizBanding True to display banded rows, in which even rows are formatted differently from odd rows. Read/write.
Bb251494.properties(en-us,office.12).gif LastCol True to display special formatting for the last column of the specified table. Read/write.
Bb251494.properties(en-us,office.12).gif LastRow True to display special formatting for the last row of the specified table. Read/write.
Bb251494.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251494.properties(en-us,office.12).gif Rows Returns a Rows collection that represents all the rows in a table. Read-only.For information about returning a single member of a collection, see Returning an Object from a Collection.
Bb251494.properties(en-us,office.12).gif Style Returns a TableStyle object containing information about the specified table's current table style.
Bb251494.properties(en-us,office.12).gif TableDirection Returns or sets the direction in which the table cells are ordered. Read/write PpDirection.
Bb251494.properties(en-us,office.12).gif VertBanding True to display banded columns, in which even columns are formatted differently from odd columns. Read/write.