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


In This Topic
    RegularExpressionValidator Class
    In This Topic
    Represents a special BaseDataValidator that validates whether the specifed value matches the given regular expression.
    Syntax
    'Declaration
     
    
    Public Class RegularExpressionValidator 
       Inherits BaseDataValidator
       Implements FarPoint.Win.ISerializeSupport, INamedObject 
    'Usage
     
    
    Dim instance As RegularExpressionValidator
    public class RegularExpressionValidator : BaseDataValidator, FarPoint.Win.ISerializeSupport, INamedObject  
    Remarks
    This CellValidator validates whether the validated value's string representation matches a specified regular expression. This is an exact match.
    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.RegularExpressionValidator

    See Also