Spread for ASP.NET 12 Product Documentation
ValidationExpression Property (RegExpCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > RegExpCellType Class : ValidationExpression Property
Gets or sets the regular expression used to validate the value in the cell.
Syntax
'Declaration
 
Public Property ValidationExpression As String
'Usage
 
Dim instance As RegExpCellType
Dim value As String
 
instance.ValidationExpression = value
 
value = instance.ValidationExpression
public string ValidationExpression {get; set;}
See Also

Reference

RegExpCellType Class
RegExpCellType Members