com.grapecity.documents.excel Package / CornerPosition Enumeration
CornerPosition Enumeration
Describe the position of the corner fold in a cell.
Members
MemberDescription
LeftBottomIndicates that the folded corner is in the lower left corner.
LeftTopIndicates that the folded corner is in the upper left corner.
RightBottomIndicates that the folded corner is in the lower right corner.
RightTopIndicates that the folded corner is in the upper right corner.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.grapecity.documents.excel.CornerPosition

See Also