Share via


Table Object Members

Publisher Developer Reference

Represents a single table.

Methods

  Name Description
Aa438810.methods(en-us,office.12).gif ApplyAutoFormat Applies automatic built-in table formatting to a specified table.

Properties

  Name Description
Aa438810.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa438810.properties(en-us,office.12).gif Cells Returns a CellRange object that represents a range of cells in a table.
Aa438810.properties(en-us,office.12).gif Columns Returns a Columns collection that represents all the columns of the specified table.
Aa438810.properties(en-us,office.12).gif GrowToFitText True for cells in a table to increase vertically to fit text. Read/write Boolean.
Aa438810.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.
Aa438810.properties(en-us,office.12).gif Rows Returns a Rows collection that represents all the table rows in a range, selection, or table.
Aa438810.properties(en-us,office.12).gif TableDirection Returns or sets a PbTableDirectionType constant that represents whether text in a table is read from left to right or from right to left. Read/write.