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):
    ...
ParameterTypeDescription
sheet_indexintThe sheet Index.-1 means the worksheet which contains current chart.
row_indexintThe row index
column_indexintThe column index

See Also