Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcludeListValidator Class
Members


ExcludeListValidator Class
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
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