ChartClass.Location Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function Location ( _
Where As XlChartLocation, _
Name As Object _
) As Chart
'Usage
Dim instance As ChartClass
Dim Where As XlChartLocation
Dim Name As Object
Dim returnValue As Chart
returnValue = instance.Location(Where, _
Name)
public virtual Chart Location(
XlChartLocation Where,
Object Name
)
Parameters
- Where
Type: Microsoft.Office.Interop.Excel.XlChartLocation
- Name
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Chart
Implements
_Chart.Location(XlChartLocation, Object)