HorizontalLineFormat.WidthType Property
Word Developer Reference |
Returns or sets the width type for the specified HorizontalLineFormat object. Read/write WdHorizontalLineWidthType.
Syntax
expression.WidthType
expression Required. A variable that represents a HorizontalLineFormat object.
Example
This example adds horizontal lines to the active document and compares their width types.
Visual Basic for Applications |
---|
|
See Also