[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.LabelAlignment

LabelAlignment Enum

指定单元格标签位置。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public enum LabelAlignment

Fields

Name Description
bottomCenter

表示单元格标签位置在底部居中。

bottomLeft

表示单元格标签位置在左下角。

bottomRight

表示单元格标签位置在右下角。

topCenter

表示单元格标签位置为顶部居中。

topLeft

表示单元格标签位置为左上。

topRight

表示单元格标签位置为右上。