OlAlign Enumeration
Specifies the alignment for the Label property of the ColumnFormat object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlAlign
'Usage
Dim instance As OlAlign
public enum OlAlign
Members
Member name | Description | |
---|---|---|
olAlignLeft | Indicates that the label for the specified column should be left-aligned. | |
olAlignCenter | Indicates that the label for the specified column should be centered. | |
olAlignRight | Indicates that the label for the specified column should be right-aligned. |