Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / LabelAlignment Enumeration
In This Topic
    LabelAlignment Enumeration
    In This Topic
    Specifies the cell label position.
    Syntax
    public enum LabelAlignment : System.Enum 
    Members
    MemberDescription
    bottomCenter Indicates that the cell label position is bottom-center.
    bottomLeft Indicates that the cell label position is bottom-left.
    bottomRight Indicates that the cell label position is bottom-right.
    topCenter Indicates that the cell label position is top-center.
    topLeft Indicates that the cell label position is top-left.
    topRight Indicates that the cell label position is top-right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.LabelAlignment

    See Also