Alignment Enum

Definition

An enumeration of possible values for aligning data in a cell.

public enum Alignment
type Alignment = 
Public Enum Alignment
Inheritance
Alignment

Fields

Center 4

Centers string or numerical values within a cell.

Default 1

Aligns string or numerical values based on the culture.

Left 2

Aligns string or numerical values to the left.

Right 3

Aligns string or numerical values to the right.

Applies to