_ColumnFormat.Align Property

Definition

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.

Applies to