_Chart.Location(XlChartLocation, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.