Spread WPF Documentation
CanEditOverflow Property (GcSpreadSheet)
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.