Table of Contents

Enum HorizontalAlignType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Horizontal alignment type.

public enum HorizontalAlignType

Fields

Center = 2

Represents center horizontal alignment setting.

CenterAcrossSelection = 6

Represents center across selection horizontal alignment setting.

Distributed = 7

Represents distributed horizontal alignment setting.

Fill = 4

Represents XlsFill horizontal alignment setting.

General = 0

Represents the general horizontal alignment setting.

Justify = 5

Represents justify horizontal alignment setting.

Left = 1

Represents left horizontal alignment setting.

Right = 3

Represents center horizontal alignment setting.