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


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