Chart.Move(Object, Object) Method

Definition

public void Move (object Before, object After);
abstract member Move : obj * obj -> unit
Public Sub Move (Optional Before As Object, Optional After As Object)

Parameters

Before
Object
After
Object

Remarks

To move the chart to another worksheet, use the Location method.

Applies to