get_dependents method

get_dependents

Get all cells which refer to the specific cell.

Returns

def get_dependents(self, is_all, row, column):
    ...
ParameterTypeDescription
is_allboolIndicates whether check other worksheets
rowintThe row index.
columnintThe column index.

See Also