_ColumnFormat.Align Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Outlook::OlAlign Align { Microsoft::Office::Interop::Outlook::OlAlign get(); void set(Microsoft::Office::Interop::Outlook::OlAlign value); };
public Microsoft.Office.Interop.Outlook.OlAlign Align { get; set; }
Public Property Align As OlAlign
Property Value
Remarks
The value of this property is ignored for properties in which the column label is displayed as an icon.