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


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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options