Spread for ASP.NET 12 Product Documentation
InvalidChars Property


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

Reference

FilteredTextCellType Class
FilteredTextCellType Members