Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCalculationManager Class / GetArrayFormulaByCell Method
The id.
The range that the array formula was set.


In This Topic
    GetArrayFormulaByCell Method
    In This Topic
    Gets the array formula.
    Syntax
    'Declaration
     
    Public Function GetArrayFormulaByCell( _
       ByVal id As CalcCellIdentity, _
       ByRef range As CalcRangeIdentity _
    ) As String
    'Usage
     
    Dim instance As CalcCalculationManager
    Dim id As CalcCellIdentity
    Dim range As CalcRangeIdentity
    Dim value As String
     
    value = instance.GetArrayFormulaByCell(id, range)
    public 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.
    See Also