is_cell_refered_by_chart方法

is_cell_refered_by_chart(self, sheet_index, row_index, column_index)

返回单元格是否由图表引用。

返回


def is_cell_refered_by_chart(self, sheet_index, row_index, column_index):
    ...
范围类型描述
sheet_indexint工作表 Index.-1 表示包含当前图表的工作表。
row_indexint行索引
column_indexint列索引

也可以看看