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
)
Public Function GetDependentRanges (
isAll As Boolean
) As CellRange()
public:
array<CellRange^>^ GetDependentRanges(
bool isAll
)
member GetDependentRanges :
isAll : bool -> CellRange[]
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