Spread Windows Forms 13.0 Product Documentation
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.
    Object Model
    ExcludeListValidator ClassValidateActionCollection ClassValidateActionBase Class
    Syntax
    'Declaration
     
    Public Class ExcludeListValidator 
       Inherits BaseDataValidator
       Implements FarPoint.Win.ISerializeSupportINamedObject 
    'Usage
     
    Dim instance As ExcludeListValidator
    public class ExcludeListValidator : BaseDataValidator, FarPoint.Win.ISerializeSupportINamedObject  
    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.Win.SpreadDataValidator
                   FarPoint.Win.Spread.BaseDataValidator
                      FarPoint.Win.Spread.ExcludeListValidator

    See Also