Table of Contents

Enum ExcelVerticalAlignment

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Represents different vertical alignments

public enum ExcelVerticalAlignment

Fields

Bottom = 2

Represents Bottom vertical alignment setting for the shapes.

BottomCentered = 5

Represents BottomCentered vertical alignment setting for the shapes.

Middle = 1

Represents Middle vertical alignment setting for the shapes.

MiddleCentered = 4

Represents MiddleCentered vertical alignment setting for the shapes.

Top = 0

Represents Top vertical alignment setting for the shapes.

TopCentered = 3

Represents TopCentered vertical alignment setting for the shapes.