Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConditionBase Class / GetExpected Method / GetExpected(ICalcEvaluator,Int32,Int32,Boolean) Method
The evaluator.
The base row.
The base column.
if set to true is an array formula.


In This Topic
    GetExpected(ICalcEvaluator,Int32,Int32,Boolean) Method
    In This Topic
    Gets the expected value.
    Syntax
    'Declaration
     
    Public Overloads Function GetExpected( _
       ByVal evaluator As ICalcEvaluator, _
       ByVal baseRow As Integer, _
       ByVal baseColumn As Integer, _
       ByVal isArrayFormula As Boolean _
    ) As Object
    'Usage
     
    Dim instance As ConditionBase
    Dim evaluator As ICalcEvaluator
    Dim baseRow As Integer
    Dim baseColumn As Integer
    Dim isArrayFormula As Boolean
    Dim value As Object
     
    value = instance.GetExpected(evaluator, baseRow, baseColumn, isArrayFormula)
    public object GetExpected( 
       ICalcEvaluator evaluator,
       int baseRow,
       int baseColumn,
       bool isArrayFormula
    )

    Parameters

    evaluator
    The evaluator.
    baseRow
    The base row.
    baseColumn
    The base column.
    isArrayFormula
    if set to true is an array formula.

    Return Value

    The expected value.
    See Also