Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / GetReferenceExpression Method / GetReferenceExpression(FormulaEngine,IStructuredObject,StructuredItemSpecifiers,Int32,Int32) Method
A FormulaEngine object indicates the formula engine.
An IStructuredObject object indicates the structured object.
A StructuredItemSpecifiers value indicates the item specifiers.
An integer value indicates the first column.
An integer value indicates the second column.


In This Topic
    GetReferenceExpression(FormulaEngine,IStructuredObject,StructuredItemSpecifiers,Int32,Int32) Method
    In This Topic
    Gets the reference expression to evaluate the specified IStructuredObject.
    Syntax
    'Declaration
     
    
    Overloads Function GetReferenceExpression( _
       ByVal formulaEngine As FormulaEngine, _
       ByVal structuredObject As IStructuredObject, _
       Optional ByVal itemSpecifiers As StructuredItemSpecifiers, _
       Optional ByVal columnId As Integer, _
       Optional ByVal columnId2 As Integer _
    ) As Expression
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim formulaEngine As FormulaEngine
    Dim structuredObject As IStructuredObject
    Dim itemSpecifiers As StructuredItemSpecifiers
    Dim columnId As Integer
    Dim columnId2 As Integer
    Dim value As Expression
     
    value = instance.GetReferenceExpression(formulaEngine, structuredObject, itemSpecifiers, columnId, columnId2)

    Parameters

    formulaEngine
    A FormulaEngine object indicates the formula engine.
    structuredObject
    An IStructuredObject object indicates the structured object.
    itemSpecifiers
    A StructuredItemSpecifiers value indicates the item specifiers.
    columnId
    An integer value indicates the first column.
    columnId2
    An integer value indicates the second column.

    Return Value

    An Expression value represents the reference expression to evaluate this IReferenceSource.
    See Also