The Width property returns or sets the width. Returns a double.
Syntax
object.Width
object.Width = Width
Parameter |
Type |
Description |
Width |
Double |
required; in page units |
Example 1
This example demonstrates how to return the width of a line.
Debug.Print LineFormat.Width
Example 2
This example demonstrates how to set the width of a rectangle to five page units.
Rectangle.Width = 5
Used by: LineFormat object, LineGraphMap object, PageSetup object