Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Description

Returns a Border object that represents the default border for table cells at a specified location for a table created with this formatting. Individual table cells can override these border settings. Allowed locations are: Top, Left, Bottom, Right, Vertical, and Horizontal. Top, Left, Bottom, and Right refer to the default border for those sides of a table cell. Vertical and Horizontal refer to the border between table cells.

C#
vb.net

Parameters

location
A Border.Location object that represents the border location to get the border at.

Returns

A Border object that represents the default border for table cells at a specified location for a table created with this formatting.

Remarks

MS Word equivalent: Format menu > Border and Shading... > Borders tab (With "Apply to: Table" selected)

Examples

C#
vb.net
  • No labels