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


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : CanCellOverflow Property
Gets or sets whether data can overflow into adjacent empty cells in the component.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property CanCellOverflow As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.CanCellOverflow = value
 
value = instance.CanCellOverflow
[DefaultValue()]
public bool CanCellOverflow {get; set;}

Property Value

true if this instance can overflow; otherwise, false.
Example
This example uses the CanCellOverflow 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