Version

BorderProperties Property (TablePropertiesBase)

Returns an object which provides a way to customize borders for the cells in the associated table.
Syntax
'Declaration
 
Public ReadOnly Property BorderProperties As TableBorderProperties
public TableBorderProperties BorderProperties {get;}
Remarks

The properties of the instance returned from this property are also inherited by the cells which appear within the associated table. For example, if the border style is set to 'Dotted' on this instance, the cells within the associated table will acquire that setting, unless the cell has its own overriding border definition.

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