Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareCellValidator Class / DifferenceValue Property


In This Topic
    DifferenceValue Property (CompareCellValidator)
    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 CompareCellValidator
    Dim value As Object
     
    instance.DifferenceValue = value
     
    value = instance.DifferenceValue
    public object DifferenceValue {get; set;}

    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 CompareValueBaseValidator.DifferenceValue.
    See Also