Spread Windows Forms 12.0 Product Documentation
CanBeOverflown Method (BaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BaseCellType Class : CanBeOverflown Method
Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into).
Syntax
'Declaration
 
Public Overridable Function CanBeOverflown() As Boolean
'Usage
 
Dim instance As BaseCellType
Dim value As Boolean
 
value = instance.CanBeOverflown()
public virtual bool CanBeOverflown()

Return Value

true if adjacent cell can overflow into this cell; false otherwise

See Also

Reference

BaseCellType Class
BaseCellType Members