Spread WPF Documentation
CanCellOverflow Property (GcSpreadSheet)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : CanCellOverflow Property
Gets or sets whether data can overflow into adjacent empty cells in the component.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Spread Workbook")>
Public Property CanCellOverflow As System.Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Boolean
 
instance.CanCellOverflow = value
 
value = instance.CanCellOverflow
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Category("Spread Workbook")]
public System.bool CanCellOverflow {get; set;}
Example
This example uses the CanCellOverflow property.
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members