Spread Silverlight Documentation
CanEditOverflow Property (SheetView)
Example 


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

Reference

SheetView Class
SheetView Members