Borders.InsideLineWidth Property
Word Developer Reference |
Returns or sets the line width of the inside border of an object. .
Syntax
expression.InsideLineWidth
expression Required. A variable that represents a Borders collection.
Remarks
This property returns wdUndefined if the object has inside borders with more than one line width; otherwise, returns False or a WdLineWidth constant. Can be set to True, False, or one of the following WdLineWidth constants.
Example
This example adds borders between rows and between columns in the first table in the active document.
Visual Basic for Applications |
---|
|
This example adds dotted borders between the first four paragraphs of the active document.
Visual Basic for Applications |
---|
|
See Also