méthode is_cell_refered_by_chart
is_cell_refered_by_chart(self, sheet_index, row_index, column_index)
Renvoie si la cellule est référencée par le graphique.
Retour
def is_cell_refered_by_chart(self, sheet_index, row_index, column_index):
...
Paramètre | Taper | Description |
---|---|---|
sheet_index | int | La feuille Index.-1 désigne la feuille de calcul qui contient le graphique actuel. |
row_index | int | L’index de ligne |
column_index | int | L’index des colonnes |
Voir également
- module
aspose.cells.charts
- classe
Chart