Spread Silverlight Documentation
CanEditOverflow Property (GcSpreadSheet)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : CanEditOverflow Property
Gets or sets whether data can overflow into adjacent empty cells in the component while that cell is in edit mode.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Spread Workbook")>
Public Property CanEditOverflow As System.Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Boolean
 
instance.CanEditOverflow = value
 
value = instance.CanEditOverflow
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Category("Spread Workbook")]
public System.bool CanEditOverflow {get; set;}
Example
This example sets the CanEditOverflow property.
gcSpreadSheet1.AutoRecalculation = true;
gcSpreadSheet1.AutoRefresh = true;
gcSpreadSheet1.CanEditOverflow = true;
GcSpreadSheet1.AutoRecalculation = True
GcSpreadSheet1.AutoRefresh = True
GcSpreadSheet1.CanEditOverflow = True
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members