_Chart.Location(XlChartLocation, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将图表移动到新位置。
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
可选 对象;如果 Where
为 xlLocationAsObject,则是必需的。 如果 为 xlLocationAsObject,则将在其中嵌入图表的工作表的名称;如果 Where
Where
为 xlLocationAsNewSheet,则为新工作表的名称。