Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / BordersIndex Enumeration
In This Topic
    BordersIndex Enumeration
    In This Topic
    Specifies the border to be retrieved.
    Syntax
    public enum BordersIndex : System.Enum 
    Members
    MemberDescription
    DiagonalDown Specifies that the border runs from the upper left-hand corner to the lower right of each cell in the range.
    DiagonalUp Specifies that the border runs from the lower left-hand corner to the upper right of each cell in the range.
    EdgeBottom Specifies the border is at the bottom of the range.
    EdgeLeft Specifies that the border is at the left-hand edge of the range.
    EdgeRight Specifies that the border is at the right-hand edge of the range.
    EdgeTop Specifies that the border is at the top of the range.
    InsideHorizontal Specifies that there are horizontal borders for all cells in the range except borders on the outside of the range.
    InsideVertical Specifies that there are vertical borders for all the cells in the range except borders on the outside of the range.
    Inheritance Hierarchy

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

    See Also