'Declaration Public Property AllowEditOverflow As Boolean
'Usage Dim instance As SpreadView Dim value As Boolean instance.AllowEditOverflow = value value = instance.AllowEditOverflow
public bool AllowEditOverflow {get; set;}
Property Value
Boolean: true if data can overflow into adjacent empty cells in the Spread component while that cell is in edit mode; false otherwise