Aspose::Cells::Cells::GetDependents method

Cells::GetDependents method

Get all cells which refer to the specific cell.

Vector<Cell> Aspose::Cells::Cells::GetDependents(bool isAll, int32_t row, int32_t column)
ParameterTypeDescription
isAllboolIndicates whether check other worksheets
rowint32_tThe row index.
columnint32_tThe column index.

ReturnValue

See Also