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


PairCharValidator Class
Represents a special BaseDataValidator that validates whether the specifed value matches the given PairChars.
Syntax
'Declaration
 
Public Class PairCharValidator 
   Inherits BaseDataValidator
   Implements FarPoint.Win.ISerializeSupport, INamedObject 
 
'Usage
 
Dim instance As PairCharValidator
Remarks
This CellValidator validates whether the value's string representation matches one or more character pairs. You can add a PairChar to PairChars. For example, the validated value's string representation is "10 * (5 + 2)". One of the PairChars is "( )". Because the validated value has a "(" and another ")" that matches the "(", the result is successful. If the validated value's string representation is "10 * (5 + 2", the result is a failure.
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.PairCharValidator

See Also