Spread Windows Forms 12.0 Product Documentation
ExcludeListValidator Class
Members 


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

Reference

ExcludeListValidator Members
FarPoint.Win.Spread Namespace