Alignment Enum

Definition

Specifies the type of justification used within a column.

public enum Alignment
type Alignment = 
Public Enum Alignment
Inheritance
Alignment

Fields

Center 3

Center-aligned justification.

Default 0

A value that automatically sets the appropriate type of justification based on the data type.

Left 1

Left-aligned justification.

Right 2

Right-aligned justification.

Remarks

Use "Default" to get the type of justification that is appropriate based on the data type.

Applies to