Spread for ASP.NET 12 Product Documentation
ValidChars Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > FilteredTextCellType Class : ValidChars Property
Gets or sets a string that contains all the valid characters for the text field.
Syntax
'Declaration
 
Public Property ValidChars As String
'Usage
 
Dim instance As FilteredTextCellType
Dim value As String
 
instance.ValidChars = value
 
value = instance.ValidChars
public string ValidChars {get; set;}
See Also

Reference

FilteredTextCellType Class
FilteredTextCellType Members