Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / BordersIndex Enumeration
In This Topic
    BordersIndex Enumeration
    In This Topic
    Specifies the border to be retrieved.
    Members
    MemberDescription
    DiagonalDownSpecifies that the border runs from the upper left-hand corner to the lower right of each cell in the range.
    DiagonalUpSpecifies that the border runs from the lower left-hand corner to the upper right of each cell in the range.
    EdgeBottomSpecifies the border is at the bottom of the range.
    EdgeLeftSpecifies that the border is at the left-hand edge of the range.
    EdgeRightSpecifies that the border is at the right-hand edge of the range.
    EdgeTopSpecifies that the border is at the top of the range.
    InsideHorizontalSpecifies that there are horizontal borders for all cells in the range except borders on the outside of the range.
    InsideVerticalSpecifies that there are vertical borders for all the cells in the range except borders on the outside of the range.
    Inheritance Hierarchy

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

    See Also