Version

SpreadsheetCellRangeBorders Enumeration

Enumeration used to identify the borders of a cell range.
Syntax
'Declaration
 
Public Enum SpreadsheetCellRangeBorders 
   Inherits System.Enum
public enum SpreadsheetCellRangeBorders : System.Enum 
Members
MemberDescription
AllBorderBorder along the outside and inside of the range. This is equivalent to choosing OutsideBorder and InsideBorder.
BottomBorderBorder at the bottom edge of the range.
DiagonalDownBorder running from the upper left corner to the lower right of each cell in the range.
DiagonalUpBorder running from the lower left corner to the upper right corner of each cell in the range.
InsideBorderBorder along the inside of the range. This is equivalent to choosing InsideVertical and InsideHorizontal
InsideHorizontalHorizontal border for all cells within the center excluding the outside edge of the range.
InsideVerticalVertical border for all cells within the center excluding the outside edge of the range.
LeftBorderBorder at the left edge of the range
OutsideBorderBorder along the outside of the range. This is equivalent to choosing LeftBorder, RightBorder, TopBorder and BottomBorder.
RightBorderBorder at the right edge of the range.
TopBorderBorder at 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