Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / BorderType Enumeration


In This Topic
    BorderType Enumeration
    In This Topic
    Defines the Border's type.
    Syntax
    'Declaration
     
    
    Public Enum BorderType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BorderType
    public enum BorderType : System.Enum 
    Members
    MemberDescription
    BottomThe Border will be at the bottom.
    DiagonalDownThe Borders will be from the bottom left to the top right.
    DiagonalUpThe Borders will be from the top left to the bottom right.
    HorizontalThe Borders will be at the top and at the bottom of the Cells in a range.
    LeftThe Border will be at the left.
    RightThe Border will be at the right.
    TopThe Border will be on top.
    VerticalThe Borders will be at the left and at the right of the Cells in a range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.BorderType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also