RemoveLeaderLine Method (ActiveX)

Removes the leaderLine with specified index.

Supported platforms: Windows only

Signature

VBA:

object.RemoveLeaderLine leaderLineIndex
object

Type: MLeader

The object this method applies to.

leaderLineIndex

Access: Input-only

Type: Long

The leader line index.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available