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 | |
---|---|---|
Align | 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.) | |
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _ColumnFormat.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _ColumnFormat.) | |
FieldFormat | 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.) | |
FieldType | Returns an OlUserPropertyType constant which represents the field type of the property to which the ColumnFormat object is associated. Read-only. (Inherited from _ColumnFormat.) | |
Label | 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.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _ColumnFormat.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _ColumnFormat.) | |
Width | Returns or sets an Integer (int in C#) value indicating the approximate width (in characters) of the column. Read/write. (Inherited from _ColumnFormat.) |
Top