GetDependents

Cells.GetDependents method

获取所有引用特定单元格的单元格。

public Cell[] GetDependents(bool isAll, int row, int column)
范围类型描述
isAllBoolean指示是否检查其他工作表
rowInt32行索引。
columnInt32列索引。

也可以看看