Version

TableBorderSides Enumeration

Constants which define which border sides are drawn for cells and tables.
Syntax
'Declaration
 
Public Enum TableBorderSides 
   Inherits System.Enum
public enum TableBorderSides : System.Enum 
Members
MemberDescription
AllAll borders are drawn. This is the default setting.
AllInnerCombines the 'InsideH' and 'InsideV' settings.
AllOuterCombines the 'Top', 'Left', 'Bottom', and 'Right' settings.
BottomThe bottom border is drawn for the cell or table.
InsideHThe inner horizontal borders.
InsideVThe inner vertical borders.
LeftThe left border is drawn for the cell or table.
LeftAndRightCombines the 'Left' and 'Right' settings.
NoneNo borders are drawn for the cell or table. This setting is equivalent to setting the style of all borders to 'None'.
RightThe right border is drawn for the cell or table.
TopThe top border is drawn for the cell or table.
TopAndBottomCombines the 'Top' and 'Bottom' settings.
Requirements

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