Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RegularExpressionCellType Class / RegularExpression Property


In This Topic
    RegularExpression Property
    In This Topic
    Gets or sets the regular expression string.
    Syntax
    'Declaration
     
    
    Public Property RegularExpression As String
    'Usage
     
    
    Dim instance As RegularExpressionCellType
    Dim value As String
     
    instance.RegularExpression = value
     
    value = instance.RegularExpression
    public string RegularExpression {get; set;}
    See Also