OlAlign Enum
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.
Specifies the alignment for the Label property of the ColumnFormat object.
public enum class OlAlign
public enum OlAlign
Public Enum OlAlign
- Inheritance
-
OlAlign
Fields
Name | Value | Description |
---|---|---|
olAlignLeft | 0 | Indicates that the label for the specified column should be left-aligned. |
olAlignCenter | 1 | Indicates that the label for the specified column should be centered. |
olAlignRight | 2 | Indicates that the label for the specified column should be right-aligned. |