Click or drag to resize

ExcelCellHorizontalAlignmentType Enumeration

The horizontal alignment of data in a cell

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelCellHorizontalAlignmentType
Members
  Member nameValueDescription
General0 Align according to data type
Left1 Left aligned
Center2 Centered
Right3 Right aligned.
Fill4 Fill
Justify5 Justify
CenterAcrossSelection6 Centered across selection.
Distributed7 Distributed.
See Also