Version

SpreadsheetCellBorderType Enumeration

Identifies the type of cell border.
Syntax
'Declaration
 
Public Enum SpreadsheetCellBorderType 
   Inherits System.Enum
public enum SpreadsheetCellBorderType : System.Enum 
Members
MemberDescription
BottomIdentifies the border on the bottom edge of the range.
DiagonalDownIdentifies the border running from the upper left corner to the lower right of each cell in the range.
DiagonalUpIdentifies the border running from the lower left corner to the upper right corner of each cell in the range.
InsideHorizontalIdentifies the inside horizontal border when the range contains 2 or more cells.
InsideVerticalIdentifies the inside vertical border when the range contains 2 or more cells.
LeftIdentifies the border on the left edge of the range.
RightIdentifies the border on the right edge of the range.
TopIdentifies the border on the top edge of the range.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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