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 5 Next »

Description

Returns a Border object that lets you manipulate the border this table cell at a particular location.

C#
vb.net

Parameters

location
A Location object that represents the location of the Border to return.

Returns

A Border object that represents the border for this table cell at a particular location.

Remarks

Allowed locations are Top, Left, Bottom, and Right. They refer to the border for those sides of the table cell.

Word equivalent: Format menu > Borders and Shading... > Borders tab

Examples

C#
vb.net
  • No labels