Spread Silverlight Documentation
GetArrayFormulaByRange Method


The id.
The ranges with array formula that contains by the id.
The ranges with array formula that intersected with the id.
Gets the array formula.
Syntax
'Declaration
 
Public Sub GetArrayFormulaByRange( _
   ByVal id As CalcRangeIdentity, _
   ByRef containsRanges As System.Collections.Generic.List(Of CalcRangeIdentity), _
   ByRef intersectedRanges 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 id,
   out System.Collections.Generic.List<CalcRangeIdentity> containsRanges,
   out System.Collections.Generic.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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.