Spread Windows Forms 12.0 Product Documentation
CompareValueValidator Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CompareValueValidator Class
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

Reference

CompareValueValidator Members
FarPoint.Win.Spread Namespace