Version

DiagonalBorders Enumeration

Represents the diagonal borders which can be displayed in cells.
Syntax
'Declaration
 
Public Enum DiagonalBorders 
   Inherits System.Enum
public enum DiagonalBorders : System.Enum 
Members
MemberDescription
AllBoth diagonal borders will be displayed in the cell.
DefaultThe default value for the diagonal borders.
DiagonalDownA diagonal border going from the top-left to bottom-right corner will be displayed in the cell.
DiagonalUpA diagonal border going from the bottom-left to top-right corner will be displayed in the cell.
NoneNo diagonal borders will be displayed in the cell.
Requirements

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