Left Property

The Left property returns or sets the coordinate for the left edge of the selection or shape. Returns a Double.

Syntax

object.Left

object.Left = Left

 

Parameter Type Description
Left Double required, in page units

 

Example 1

This example shows how to set the left edge of the X axis.

Axis.Left = 5

 

Example 2

This example shows how to return the left edge of the X axis.

Debug.Print Axis.Left

 

Used by: AutoAxis object, AutoPlot object, AutoSelection collection, AutoShape object