Columns Members
Include Protected Members
Include Inherited Members
Represents the collection of Column objects in a Table object.
The Columns type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent application (Outlook) for the Columns object. Read-only. (Inherited from _Columns.) | |
Class | Returns a constant in the OlObjectClass enumeration indicating the class of the Columns object. Read-only. (Inherited from _Columns.) | |
Count | Returns an Integer (int in C#) value representing the number of Column objects in the collection. Read-only. (Inherited from _Columns.) | |
Item | Obtains a Column object specified by Index. (Inherited from _Columns.) | |
Parent | Returns the parent object of the Columns object. Read-only. (Inherited from _Columns.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Columns.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the Column specified by Name to the Columns collection and resets the Table. (Inherited from _Columns.) | |
Remove | Removes the Column object specified by Index and resets the Table. (Inherited from _Columns.) | |
RemoveAll | Removes all the columns from the Columns collection and resets the Table. (Inherited from _Columns.) |
Top