Spread Windows Forms 17
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.
    Syntax
    'Declaration
     
    
    Public Class CompareCellValidator 
       Inherits CompareValueBaseValidator
       Implements FarPoint.Win.ISerializeSupport, INamedObject 
    'Usage
     
    
    Dim instance As CompareCellValidator
    Remarks
    This CellValidator compares the validated value to a specified cell's value.
    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.CompareCellValidator

    See Also