Version

TableCellBorderResolutionFlags Enumeration

Represents the various resolution options which can be used for table cell borders.
Syntax
'Declaration
 
Public Enum TableCellBorderResolutionFlags 
   Inherits System.Enum
public enum TableCellBorderResolutionFlags : System.Enum 
Members
MemberDescription
IgnoreTableAreaCellSettingsForAllEdgesFor the Start, Top, End, and Bottom borders of the cell, the applicable table area cell settings should be ignored when resolving the borders. Instead, the owning table's resolved InsideVertical and InsideHorizontal borders should be used.
IgnoreTableAreaCellSettingsForBottomFor the Bottom border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideHorizontal border should be used.
IgnoreTableAreaCellSettingsForEndFor the End border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideVertical border should be used.
IgnoreTableAreaCellSettingsForStartFor the Start border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideVertical border should be used.
IgnoreTableAreaCellSettingsForTopFor the Top border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideHorizontal border should be used.
NoneUse the default resolution for all table cell borders.
Requirements

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

See Also