Table Object Members

Outlook Developer Reference

Represents a set of item data from a Folder or Search object, with items as rows of the table and properties as columns of the table.

Methods

  Name Description
Bb176790.methods(en-us,office.12).gif FindNextRow Finds the next row in the Table that meets the criteria specified in a preceding Table.FindRow.
Bb176790.methods(en-us,office.12).gif FindRow Finds the first row in the Table that meets the criteria specified in Filter.
Bb176790.methods(en-us,office.12).gif GetArray Obtains a two-dimensional array that contains a set of row and column values from the Table.
Bb176790.methods(en-us,office.12).gif GetNextRow Moves the current row to the next row in the Table and obtains that row in the Table.
Bb176790.methods(en-us,office.12).gif GetRowCount Obtains the number of rows in the Table.
Bb176790.methods(en-us,office.12).gif MoveToStart Moves the current row of the Table to just before the first row of the Table.
Bb176790.methods(en-us,office.12).gif Restrict Applies a filter to the rows in the Table and obtains a new Table object.
Bb176790.methods(en-us,office.12).gif Sort Sorts the rows of the Table by the property specified in SortProperty and resets the current row to just before the first row in the Table.

Properties

  Name Description
Bb176790.properties(en-us,office.12).gif Application Returns an Application object that represents the parent application (Outlook) for the Table object. Read-only.
Bb176790.properties(en-us,office.12).gif Class Returns a constant in the OlObjectClass enumeration indicating the class of the Table object. Read-only.
Bb176790.properties(en-us,office.12).gif Columns Returns a Columns collection object that contains the columns defined for the Table. Read-only.
Bb176790.properties(en-us,office.12).gif EndOfTable Returns a Boolean that indicates whether the current row is positioned after the last row in the Table object. Read-only.
Bb176790.properties(en-us,office.12).gif Parent Returns the parent object of the Table object. Read-only.
Bb176790.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.