[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.LabelAlignment

Enum LabelAlignment

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

Specifies the cell label position.

public enum LabelAlignment

Fields

bottomCenter = 4

Indicates that the cell label position is bottom-center.

bottomLeft = 3

Indicates that the cell label position is bottom-left.

bottomRight = 5

Indicates that the cell label position is bottom-right.

topCenter = 1

Indicates that the cell label position is top-center.

topLeft = 0

Indicates that the cell label position is top-left.

topRight = 2

Indicates that the cell label position is top-right.