Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / SimpleEdit Property


In This Topic
SimpleEdit Property
In This Topic
Gets or sets whether the celltype ignores invalid character input while editing.
Syntax
'Declaration
 
Public Property SimpleEdit As Boolean
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As Boolean
 
instance.SimpleEdit = value
 
value = instance.SimpleEdit
See Also