Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Boolean

Return Value

array<CellRange>[]()[][]

See Also