'Declaration Public Enum SpreadsheetCellBorderType Inherits System.Enum
public enum SpreadsheetCellBorderType : System.Enum
Member | Description |
---|---|
Bottom | Identifies the border on the bottom edge of the range. |
DiagonalDown | Identifies the border running from the upper left corner to the lower right of each cell in the range. |
DiagonalUp | Identifies the border running from the lower left corner to the upper right corner of each cell in the range. |
InsideHorizontal | Identifies the inside horizontal border when the range contains 2 or more cells. |
InsideVertical | Identifies the inside vertical border when the range contains 2 or more cells. |
Left | Identifies the border on the left edge of the range. |
Right | Identifies the border on the right edge of the range. |
Top | Identifies the border on 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