Spread Windows Forms 13.0 Product Documentation
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.
    Object Model
    CompareValueValidator ClassValidateActionCollection ClassValidateActionBase Class
    Syntax
    'Declaration
     
    Public Class CompareValueValidator 
       Inherits CompareValueBaseValidator
       Implements FarPoint.Win.ISerializeSupportINamedObject 
    'Usage
     
    Dim instance As CompareValueValidator
    public class CompareValueValidator : CompareValueBaseValidator, FarPoint.Win.ISerializeSupportINamedObject  
    Remarks
    You can subtract the validated value from ComparedValue and compare the result to CompareValueBaseValidator.DifferenceValue.
    Inheritance Hierarchy

    System.Object
                GrapeCity.Spreadsheet.Win.SpreadDataValidator
                   FarPoint.Win.Spread.BaseDataValidator
                      FarPoint.Win.Spread.CompareValueBaseValidator
                         FarPoint.Win.Spread.CompareValueValidator

    See Also