Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareCellValidator Class
Members


In This Topic
    CompareCellValidator Class
    In This Topic
    Represents a special CompareValueBaseValidator that validates whether the specified value and target Cell's value meet the given comparison criteria.
    Object Model
    CompareCellValidator ClassValidateActionCollection ClassValidateActionBase Class
    Syntax
    'Declaration
     
    Public Class CompareCellValidator 
       Inherits CompareValueBaseValidator
       Implements FarPoint.Win.ISerializeSupportINamedObject 
    'Usage
     
    Dim instance As CompareCellValidator
    public class CompareCellValidator : CompareValueBaseValidator, FarPoint.Win.ISerializeSupportINamedObject  
    Remarks
    This CellValidator compares the validated value to a specified cell's value.
    Inheritance Hierarchy

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

    See Also