[]
Moves the chart to another location in the workbook.
void Move(string before = null, string after = null)
Sub Move(Optional before As String = Nothing, Optional after As String = Nothing)
| Type | Name | Description |
|---|---|---|
| string | before | The sheet before which the moved chart will be placed. You cannot specify |
| string | after | The sheet after which the moved chart will be placed. You cannot specify |
Moves the chart to another location in the workbook.
void Move(int before = -1, int after = -1)
Sub Move(Optional before As Integer = -1, Optional after As Integer = -1)
| Type | Name | Description |
|---|---|---|
| int | before | The sheet before which the moved chart will be placed. You cannot specify |
| int | after | The sheet after which the moved chart will be placed. You cannot specify |