GrapeCity.Xaml.SpreadSheet.Data
GetExpectedDateTime Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > ConditionBase Class : GetExpectedDateTime Method
The evaluator.
The base row index.
The base column index.
Gets the expected date and time string.
Syntax
'Declaration
 
Protected Function GetExpectedDateTime( _
   ByVal evaluator As ICalcEvaluator, _
   ByVal baseRow As Integer, _
   ByVal baseColumn As Integer _
) As Nullable(Of Date)
'Usage
 
Dim instance As ConditionBase
Dim evaluator As ICalcEvaluator
Dim baseRow As Integer
Dim baseColumn As Integer
Dim value As Nullable(Of Date)
 
value = instance.GetExpectedDateTime(evaluator, baseRow, baseColumn)
protected Nullable<DateTime> GetExpectedDateTime( 
   ICalcEvaluator evaluator,
   int baseRow,
   int baseColumn
)

Parameters

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

Return Value

Returns the expected date and time string.
See Also

Reference

ConditionBase Class
ConditionBase Members