Gets the array formula.
Syntax
'Declaration
Public Sub GetArrayFormulaByRange( _
ByVal As CalcRangeIdentity, _
ByRef As System.Collections.Generic.List(Of CalcRangeIdentity), _
ByRef As System.Collections.Generic.List(Of CalcRangeIdentity) _
)
'Usage
Dim instance As CalcCalculationManager
Dim id As CalcRangeIdentity
Dim containsRanges As System.Collections.Generic.List(Of CalcRangeIdentity)
Dim intersectedRanges As System.Collections.Generic.List(Of CalcRangeIdentity)
instance.GetArrayFormulaByRange(id, containsRanges, intersectedRanges)
public void GetArrayFormulaByRange(
CalcRangeIdentity ,
out System.Collections.Generic.List<CalcRangeIdentity> ,
out System.Collections.Generic.List<CalcRangeIdentity>
)
Parameters
- id
- The id.
- containsRanges
- The ranges with array formula that contains by the id.
- intersectedRanges
- The ranges with array formula that intersected with the id.
See Also