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

    See Also