Columns Members (Outlook)

Represents the collection of Column objects in a Table object.

Methods

Name

Description

Add

Adds the Column specified by the Name parameter to the Columns collection and resets the Table.

Item

Obtains a Column object specified by Index.

Remove

Removes the Column object specified by Index and resets the Table.

RemoveAll

Removes all the columns from the Columns collection and resets the Table.

Properties

Name

Description

Application

Returns an Application object that represents the parent application (Outlook) for the Columns object. Read-only.

Class

Returns a constant in the OlObjectClass enumeration indicating the class of the Columns object. Read-only.

Count

Returns a Long representing the number of Column objects in the collection. Read-only.

Parent

Returns the parent object of the Columns object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.