Cells.GetDependents

Cells.GetDependents method

Get all cells which refer to the specific cell.

public Cell[] GetDependents(bool isAll, int row, int column)
ParameterTypeDescription
isAllBooleanIndicates whether check other worksheets
rowInt32The row index.
columnInt32The column index.

See Also