Spread Silverlight Documentation
Evaluate Method (FormattingRuleBase)


The row index.
The column index.
Returns the cell style of the rule if the cell satisfies the condition.
Syntax
'Declaration
 
Public Overridable Function Evaluate( _
   ByVal evaluator As ICalcEvaluator, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal actual As IActualValue _
) As System.Object
'Usage
 
Dim instance As FormattingRuleBase
Dim evaluator As ICalcEvaluator
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim actual As IActualValue
Dim value As System.Object
 
value = instance.Evaluate(evaluator, baseRow, baseColumn, actual)
public virtual System.object Evaluate( 
   ICalcEvaluator evaluator,
   System.int baseRow,
   System.int baseColumn,
   IActualValue actual
)

Parameters

evaluator
baseRow
The row index.
baseColumn
The column index.
actual

Return Value

Returns the conditional StyleInfo object.
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

FormattingRuleBase Class
FormattingRuleBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.