[]
        
(Showing Draft Content)

C1.Excel.XLAlignHorz

XLAlignHorz Enum

Specifies how to align cell content horizontally within a cell.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum XLAlignHorz : byte

Fields

Name Description
Center

Align to cell center.

Fill

Fill cell, repeating content as necessary.

General

Align strings to the left, numbers to the right.

Justify

Justify content horizontally to span the whole cell width.

Left

Align to cell left.

Right

Align to cell right.

Selection

Align to selection center (may span multiple cells).

Undefined

Not specified (use default).