Spread WPF Documentation
Evaluate Method (ConditionBase)


The evaluator.
The base row.
The base column.
The actual value object.
Evaluates by the specified evaluator.
Syntax
'Declaration
 
Public MustOverride Function Evaluate( _
   ByVal evaluator As ICalcEvaluator, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal actual As IActualValue _
) As System.Boolean
'Usage
 
Dim instance As ConditionBase
Dim evaluator As ICalcEvaluator
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim actual As IActualValue
Dim value As System.Boolean
 
value = instance.Evaluate(evaluator, baseRow, baseColumn, actual)
public abstract System.bool Evaluate( 
   ICalcEvaluator evaluator,
   System.int baseRow,
   System.int baseColumn,
   IActualValue actual
)

Parameters

evaluator
The evaluator.
baseRow
The base row.
baseColumn
The base column.
actual
The actual value object.

Return Value

true if the result is successful, otherwise false.
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

ConditionBase Class
ConditionBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.