GrapeCity.Xaml.SpreadSheet.Data
Evaluate Method (DateExCondition)


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 Integer, _
   ByVal baseColumn As Integer, _
   ByVal actualObj As IActualValue _
) As Boolean
'Usage
 
Dim instance As DateExCondition
Dim evaluator As ICalcEvaluator
Dim baseRow As Integer
Dim baseColumn As Integer
Dim actualObj As IActualValue
Dim value As Boolean
 
value = instance.Evaluate(evaluator, baseRow, baseColumn, actualObj)
public override bool Evaluate( 
   ICalcEvaluator evaluator,
   int baseRow,
   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 Server 2012, Windows RT

See Also

Reference

DateExCondition Class
DateExCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options