'Declaration Public Enum SpreadsheetCellRangeBorders Inherits System.Enum
public enum SpreadsheetCellRangeBorders : System.Enum
Member | Description |
---|---|
AllBorder | Border along the outside and inside of the range. This is equivalent to choosing OutsideBorder and InsideBorder. |
BottomBorder | Border at the bottom edge of the range. |
DiagonalDown | Border running from the upper left corner to the lower right of each cell in the range. |
DiagonalUp | Border running from the lower left corner to the upper right corner of each cell in the range. |
InsideBorder | Border along the inside of the range. This is equivalent to choosing InsideVertical and InsideHorizontal |
InsideHorizontal | Horizontal border for all cells within the center excluding the outside edge of the range. |
InsideVertical | Vertical border for all cells within the center excluding the outside edge of the range. |
LeftBorder | Border at the left edge of the range |
OutsideBorder | Border along the outside of the range. This is equivalent to choosing LeftBorder, RightBorder, TopBorder and BottomBorder. |
RightBorder | Border at the right edge of the range. |
TopBorder | Border at the top edge of the range. |
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