Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CornerPosition Enumeration
In This Topic
    CornerPosition Enumeration
    In This Topic
    Describe the position of the corner fold in a cell.
    Syntax
    [System.Flags()]
    public enum CornerPosition : System.Enum 
    Members
    MemberDescription
    LeftBottom Indicates that the folded corner is in the lower left corner.
    LeftTop Indicates that the folded corner is in the upper left corner.
    None Indicates no folded corner.
    RightBottom Indicates that the folded corner is in the lower right corner.
    RightTop Indicates that the folded corner is in the upper right corner.
    Inheritance Hierarchy

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

    See Also