Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareValueValidator Class
Members


In This Topic
    CompareValueValidator Class
    In This Topic
    Represents a special CompareValueBaseValidator that validates whether the specified value and the ComparedValue meet the given comparison criteria.
    Syntax
    'Declaration
     
    
    Public Class CompareValueValidator 
       Inherits CompareValueBaseValidator
       Implements FarPoint.Win.ISerializeSupport, INamedObject 
    'Usage
     
    
    Dim instance As CompareValueValidator
    Remarks
    You can subtract the validated value from ComparedValue and compare the result to CompareValueBaseValidator.DifferenceValue.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Conditional.ConditionalItem
          GrapeCity.Spreadsheet.Conditional.ConditionalObjects`3.ConditionalItem<TItem,TObject,TExecutedResult>
             GrapeCity.Spreadsheet.DataValidator
                GrapeCity.Spreadsheet.Win.SpreadDataValidator
                   FarPoint.Win.Spread.BaseDataValidator
                      FarPoint.Win.Spread.CompareValueBaseValidator
                         FarPoint.Win.Spread.CompareValueValidator

    See Also