_Chart.Location(XlChartLocation, Object) Method

Definition

Moves the chart to a new location.

public Microsoft.Office.Interop.Excel.Chart Location (Microsoft.Office.Interop.Excel.XlChartLocation Where, object Name);
Public Function Location (Where As XlChartLocation, Optional Name As Object) As Chart

Parameters

Where
XlChartLocation

Required XlChartLocation. Where to move the chart.

Name
Object

Optional Object; required if Where is xlLocationAsObject. The name of the sheet where the chart will be embedded if Where is xlLocationAsObject or the name of the new sheet if Where is xlLocationAsNewSheet.

Returns

Applies to