Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareValueBaseValidator Class / DifferenceValue Property


In This Topic
DifferenceValue Property
In This Topic
Gets or sets the difference between the specified and compared values.
Syntax
'Declaration
 
Public Property DifferenceValue As Object
 
'Usage
 
Dim instance As CompareValueBaseValidator
Dim value As Object
 
instance.DifferenceValue = value
 
value = instance.DifferenceValue

Property Value

A System.Object that represents the difference between the specified and compared values. The default is a null reference (Nothing in Visual Basic).
Remarks
The validated value subtracts the compared value. You can compare the result with the DifferenceValue.
See Also