Share via


_ColumnFormat.Align Property

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Align As OlAlign
    Get
    Set
'Usage
Dim instance As _ColumnFormat
Dim value As OlAlign

value = instance.Align

instance.Align = value
[DispIdAttribute()]
OlAlign Align { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlAlign

Remarks

The value of this property is ignored for properties in which the column label is displayed as an icon.

See Also

Reference

_ColumnFormat Interface

_ColumnFormat Members

Microsoft.Office.Interop.Outlook Namespace