Click or drag to resize

CellRange GetDependentRanges Method

Retrieves the dependent ranges for a cell or a range of cells.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange[] GetDependentRanges(
	bool isAll
)

Parameters

isAll
Type: System Boolean
Indicates whether to retrieve all dependent ranges or only the immediate ones.

Return Value

Type: CellRange
An array of CellRange objects representing the dependent ranges.
See Also