_Chart.Location(XlChartLocation, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode déplace le graphique vers un nouvel emplacement.
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
Paramètres
- Where
- XlChartLocation
Obligatoire XlChartLocation. Emplacement où déplacer le graphique.
- Name
- Object
Objet facultatif ; obligatoire si Where
est xlLocationAsObject. Nom de la feuille dans laquelle le graphique sera incorporé si Where
est xlLocationAsObject ou nom de la nouvelle feuille si Where
est xlLocationAsNewSheet.