Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCalculationManager Class / GetArrayFormulaByRange Method
The id.
The ranges with array formula that contains by the id.
The ranges with array formula that intersected with the id.


In This Topic
    GetArrayFormulaByRange Method
    In This Topic
    Gets the array formula.
    Syntax
    'Declaration
     
    Public Sub GetArrayFormulaByRange( _
       ByVal id As CalcRangeIdentity, _
       ByRef containsRanges As List(Of CalcRangeIdentity), _
       ByRef intersectedRanges As List(Of CalcRangeIdentity) _
    ) 
    'Usage
     
    Dim instance As CalcCalculationManager
    Dim id As CalcRangeIdentity
    Dim containsRanges As List(Of CalcRangeIdentity)
    Dim intersectedRanges As List(Of CalcRangeIdentity)
     
    instance.GetArrayFormulaByRange(id, containsRanges, intersectedRanges)
    public void GetArrayFormulaByRange( 
       CalcRangeIdentity id,
       out List<CalcRangeIdentity> containsRanges,
       out List<CalcRangeIdentity> intersectedRanges
    )

    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