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


In This Topic
    ExcludeListValidator Class
    In This Topic
    Represents a special BaseDataValidator that validates whether the specified value does not exist in the given Candidates list.
    Syntax
    'Declaration
     
    
    Public Class ExcludeListValidator 
       Inherits BaseDataValidator
       Implements FarPoint.Win.ISerializeSupport, INamedObject 
    'Usage
     
    
    Dim instance As ExcludeListValidator
    public class ExcludeListValidator : BaseDataValidator, FarPoint.Win.ISerializeSupport, INamedObject  
    Remarks
    You can set a pre-defined System.String array to the Candidates property. If the cell value does not exist in the array, the validation succeeds.
    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.ExcludeListValidator

    See Also