Edit

Share via


OlAlign Enum

Definition

Specifies the alignment for the Label property of the ColumnFormat object.

public enum class OlAlign
public enum OlAlign
Public Enum OlAlign
Inheritance
OlAlign

Fields

olAlignCenter 1

Indicates that the label for the specified column should be centered.

olAlignLeft 0

Indicates that the label for the specified column should be left-aligned.

olAlignRight 2

Indicates that the label for the specified column should be right-aligned.

Applies to