_Chart.Location(XlChartLocation, Object) 方法

定义

将图表移动到新位置。

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

参数

Where
XlChartLocation

必需 XlChartLocation。 图表移动的目标位置。

Name
Object

可选 对象;如果 WherexlLocationAsObject,则是必需的。 如果 为 xlLocationAsObject,则将在其中嵌入图表的工作表的名称;如果 WhereWherexlLocationAsNewSheet,则为新工作表的名称。

返回

适用于