Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowEditOverflow Property


In This Topic
AllowEditOverflow Property (SpreadView)
In This Topic
Gets or sets whether data can overflow into adjacent empty cells while edit mode is on in a cell in the view.
Syntax
'Declaration
 
Public Property AllowEditOverflow As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.AllowEditOverflow = value
 
value = instance.AllowEditOverflow
See Also