[]
        
(Showing Draft Content)

HAlign Enumeration

HAlign Enumeration

Defines the Workbook Object Model horizontal text alignment.

Enumeration members

Enumeration members

Center

Center: = 2

Text is centered.

Fill

Fill: = 4

Text is replicated to fill the whole cell width.

General

General: = 0

Alignment depends on the cell value type.

Justify

Justify: = 5

Text is justified.

Left

Left: = 1

Text is aligned to the left.

Right: = 3

Text is aligned to the right.