'Declaration Public Enum TableBorderSides Inherits System.Enum
public enum TableBorderSides : System.Enum
Member | Description |
---|---|
All | All borders are drawn. This is the default setting. |
AllInner | Combines the 'InsideH' and 'InsideV' settings. |
AllOuter | Combines the 'Top', 'Left', 'Bottom', and 'Right' settings. |
Bottom | The bottom border is drawn for the cell or table. |
InsideH | The inner horizontal borders. |
InsideV | The inner vertical borders. |
Left | The left border is drawn for the cell or table. |
LeftAndRight | Combines the 'Left' and 'Right' settings. |
None | No borders are drawn for the cell or table. This setting is equivalent to setting the style of all borders to 'None'. |
Right | The right border is drawn for the cell or table. |
Top | The top border is drawn for the cell or table. |
TopAndBottom | Combines the 'Top' and 'Bottom' settings. |
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