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
Public property AlternativeText Returns or sets the alternative text associated with a shape in a Web presentation. Read/write.
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Background Returns the TableBackground object that is associated with the specified table. Read-only.
Public property Columns Returns a Columns collection that represents all the columns in a table. Read-only.
Public property FirstCol Determines whether to display special formatting for the first column of the specified table. Read/write.
Public property FirstRow Determines whether to display special formatting for the first row of the specified table. Read/write.
Public property HorizBanding Determines whether to display banded rows, in which even rows are formatted differently from odd rows. Read/write.
Public property LastCol Determines whether to display special formatting for the last column of the specified table. Read/write.
Public property LastRow Determines whether to display special formatting for the last row of the specified table. Read/write.
Public property Parent Returns the parent object for the specified object.
Public property Rows Returns a Rows collection that represents all the rows in a table. Read-only.
Public property Style Returns a TableStyle object that contains information about the specified table's current table style. Read-only.
Public property TableDirection Returns or sets the direction in which the table cells are ordered. Read/write.
Public property Title Returns or sets the title of the Table object. Read/write.
Public property VertBanding Determines whether to display banded columns, in which even columns are formatted differently from odd columns. Read/write.

Top

Methods

  Name Description
Public method ApplyStyle Applies a table style to the specified table.
Public method Cell Returns a Cell object that represents a cell in a table.
Public method MergeBorders Reserved for internal use.
Public method ScaleProportionally Scales all cell heights and widths, font sizes, and internal margins in the table by a specified proportion.

Top

See Also

Reference

Table Interface

Microsoft.Office.Interop.PowerPoint Namespace