XlChartLocation Enumeration

Specifies where to relocate a chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlChartLocation
'Usage
Dim instance As XlChartLocation
public enum XlChartLocation

Members

Member name Description
xlLocationAsNewSheet Chart is moved to a new sheet.
xlLocationAsObject Chart is to be embedded in an existing sheet.
xlLocationAutomatic Excel controls chart location.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace