Specifies how to align cell content horizontally within a cell.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public enum XLAlignHorzEnum
Visual Basic
Public Enumeration XLAlignHorzEnum

Members

Member nameValueDescription
Undefined-1Not specified (use default).
General0Align strings to the left, numbers to the right.
Left1Align to cell left.
Center2Align to cell center.
Right3Align to cell right.
Fill4Fill cell, repeating content as necessary.
Justify5Justify content horizontally to span the whole cell width.
Selection6Align to selection center (may span multiple cells).

See Also