Spread WPF Documentation
GetArrayFormulaByCell Method


The id.
The range that the array formula was set.
Gets the array formula.
Syntax
'Declaration
 
Public Function GetArrayFormulaByCell( _
   ByVal id As CalcCellIdentity, _
   ByRef range As CalcRangeIdentity _
) As System.String
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcCellIdentity
Dim range As CalcRangeIdentity
Dim value As System.String
 
value = instance.GetArrayFormulaByCell(id, range)
public System.string GetArrayFormulaByCell( 
   CalcCellIdentity id,
   out CalcRangeIdentity range
)

Parameters

id
The id.
range
The range that the array formula was set.

Return Value

A string indicates the array formula.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.