Column Members
Include Protected Members
Include Inherited Members
Represents a column of data in a Table object.
The Column type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent application (Outlook) for the Column object. Read-only. (Inherited from _Column.) | |
Class | Returns a constant in the OlObjectClass enumeration indicating the class of the Column object. Read-only. (Inherited from _Column.) | |
Name | Returns a String (string in C#) value that represents the name of the Column. Read-only. (Inherited from _Column.) | |
Parent | Returns the parent Object of the Column object. Read-only. (Inherited from _Column.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Column.) |
Top