GrapeCity.Windows.SpreadSheet.Data Namespace > DataValidator Class : IsValid Method |
'Declaration Public Overridable Function IsValid( _ ByVal evaluator As ICalcEvaluator, _ ByVal baseRow As System.Integer, _ ByVal baseColumn As System.Integer, _ ByVal actual As System.Object _ ) As System.Boolean
'Usage Dim instance As DataValidator Dim evaluator As ICalcEvaluator Dim baseRow As System.Integer Dim baseColumn As System.Integer Dim actual As System.Object Dim value As System.Boolean value = instance.IsValid(evaluator, baseRow, baseColumn, actual)
public virtual System.bool IsValid( ICalcEvaluator evaluator, System.int baseRow, System.int baseColumn, System.object actual )
true
The value is valid; otherwise, false
.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