[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ICharts.Move

Move Method

Move(string, string)

Moves the chart to another location in the workbook.

Declaration
void Move(string before = null, string after = null)
Sub Move(Optional before As String = Nothing, Optional after As String = Nothing)
Parameters
Type Name Description
string before

The sheet before which the moved chart will be placed. You cannot specify before if you specify after.

string after

The sheet after which the moved chart will be placed. You cannot specify after if you specify before.

Move(int, int)

Moves the chart to another location in the workbook.

Declaration
void Move(int before = -1, int after = -1)
Sub Move(Optional before As Integer = -1, Optional after As Integer = -1)
Parameters
Type Name Description
int before

The sheet before which the moved chart will be placed. You cannot specify before if you specify after.

int after

The sheet after which the moved chart will be placed. You cannot specify after if you specify before.