is_cell_refered_by_chart method
is_cell_refered_by_chart
Returns whether the cell refered by the chart.
Returns
def is_cell_refered_by_chart(self, sheet_index, row_index, column_index):
...
Parameter | Type | Description |
---|---|---|
sheet_index | int | The sheet Index.-1 means the worksheet which contains current chart. |
row_index | int | The row index |
column_index | int | The column index |
See Also
- module
aspose.cells.charts
- class
Chart