Spread Silverlight Documentation
GetExpected(ICalcEvaluator,Int32,Int32,Boolean) Method


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.
Gets the expected value.
Syntax
'Declaration
 
Public Overloads Function GetExpected( _
   ByVal evaluator As ICalcEvaluator, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal isArrayFormula As System.Boolean _
) As System.Object
'Usage
 
Dim instance As ConditionBase
Dim evaluator As ICalcEvaluator
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim isArrayFormula As System.Boolean
Dim value As System.Object
 
value = instance.GetExpected(evaluator, baseRow, baseColumn, isArrayFormula)
public System.object GetExpected( 
   ICalcEvaluator evaluator,
   System.int baseRow,
   System.int baseColumn,
   System.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

Reference

ConditionBase Class
ConditionBase Members
Overload List