Columns Object Members

Outlook Developer Reference

Represents the collection of Column objects in a Table object.

Methods

  Name Description
Bb176648.methods(en-us,office.12).gif Add Adds the Column specified by Name to the Columns collection and resets the Table.
Bb176648.methods(en-us,office.12).gif Item Obtains a Column object specified by Index.
Bb176648.methods(en-us,office.12).gif Remove Removes the Column object specified by Index and resets the Table.
Bb176648.methods(en-us,office.12).gif RemoveAll Removes all the columns from the Columns collection and resets the Table.

Properties

  Name Description
Bb176648.properties(en-us,office.12).gif Application Returns an Application object that represents the parent application (Outlook) for the Columns object. Read-only.
Bb176648.properties(en-us,office.12).gif Class Returns a constant in the OlObjectClass enumeration indicating the class of the Columns object. Read-only.
Bb176648.properties(en-us,office.12).gif Count Returns a Long representing the number of Column objects in the collection. Read-only.
Bb176648.properties(en-us,office.12).gif Parent Returns the parent object of the Columns object. Read-only.
Bb176648.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.