ColumnFormat Members
Include Protected Members
Include Inherited Members
Represents the display properties of an order field or view field in a view.
The ColumnFormat type exposes the following members.
Properties
Name
Description
Returns or sets an OlAlign constant that indicates the alignment of the column label for the property to which the ColumnFormat object is associated. Read/write. (Inherited from _ColumnFormat.)
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _ColumnFormat.)
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _ColumnFormat.)
Returns or sets an Integer (int in C#) value that represents the display format of the property to which the ColumnFormat object is associated. Read/write. (Inherited from _ColumnFormat.)
Returns an OlUserPropertyType constant which represents the field type of the property to which the ColumnFormat object is associated. Read-only. (Inherited from _ColumnFormat.)
Returns or sets a String (string in C#) value that represents the column label and tooltip displayed for the property to which the ColumnFormat object is associated. Read/write. (Inherited from _ColumnFormat.)
Returns the parent Object of the specified object. Read-only. (Inherited from _ColumnFormat.)
Returns the NameSpace object for the current session. Read-only. (Inherited from _ColumnFormat.)
Returns or sets an Integer (int in C#) value indicating the approximate width (in characters) of the column. Read/write. (Inherited from _ColumnFormat.)
Top