Click or drag to resize

HorizontalAlignType Enumeration

Horizontal alignment type.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum HorizontalAlignType
Members
Member name Value Description
General 0 Represents the general horizontal alignment setting.
Left 1 Represents left horizontal alignment setting.
Center 2 Represents center horizontal alignment setting.
Right 3 Represents center horizontal alignment setting.
Fill 4 Represents XlsFill horizontal alignment setting.
Justify 5 Represents justifyhorizontal alignment setting.
CenterAcrossSelection 6 Represents center across selection horizontal alignment setting.
Distributed 7 Represents distributed horizontal alignment setting.
See Also