Xceed Workbooks for .NET v2.0 Documentation
BorderType Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : BorderType Enumeration
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
BottomBorder will be at the bottom
DiagonalDownBorders will be from the bottom left to the top right
DiagonalUpBorders will be from the top left to the bottom right
HorizontalBorders will be at the top and at the bottom of the Cells in a range
LeftBorder will be at the left
RightBorder will be at the right
TopBorder will be on top
VerticalBorders 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

Reference

Xceed.Workbooks.NET Namespace