Spread Silverlight Documentation
Evaluate Method (TextCondition)


The evaluator.
The base row.
The base column.
The actual value object.
Evaluates using the specified evaluator.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Evaluate( _
   ByVal evaluator As ICalcEvaluator, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal actualObj As IActualValue _
) As System.Boolean
'Usage
 
Dim instance As TextCondition
Dim evaluator As ICalcEvaluator
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim actualObj As IActualValue
Dim value As System.Boolean
 
value = instance.Evaluate(evaluator, baseRow, baseColumn, actualObj)
public override System.bool Evaluate( 
   ICalcEvaluator evaluator,
   System.int baseRow,
   System.int baseColumn,
   IActualValue actualObj
)

Parameters

evaluator
The evaluator.
baseRow
The base row.
baseColumn
The base column.
actualObj
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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TextCondition Class
TextCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.