[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.VerticalAlignment

Enum VerticalAlignment

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the vertical alignment of text.

public enum VerticalAlignment

Fields

Bottom = 2

Specifies that text is placed at the bottom.

Center = 1

Specifies that text is vertically centered.

Distributed = 4

Specifies that rotated text should wrap and be aligned to form straight edges on the left and right, including the last line.

Justify = 3

Specifies that rotated text is vertically justified.

Top = 0

Specifies that text is placed at the top.