HorizontalLineFormat.NoShade Property
Word Developer Reference |
True if Microsoft Word draws the specified horizontal line without 3-D shading. Read/write Boolean.
Syntax
expression.NoShade
expression An expression that returns a HorizontalLineFormat object.
Remarks
You can only use this property with horizontal lines that are not based on an existing image file.
Example
This example adds a horizontal line without any 3-D shading.
Visual Basic for Applications |
---|
|
See Also