GrapeCity.Xaml.SpreadSheet.UI
CanEditOverflow Property (SheetView)
Example 


GrapeCity.Xaml.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
 
<DefaultValueAttribute()>
Public Property CanEditOverflow As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.CanEditOverflow = value
 
value = instance.CanEditOverflow
[DefaultValue()]
public 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