Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / CanOverflow Method


In This Topic
CanOverflow Method (EditBaseCellType)
In This Topic
Determines whether the cell can overflow into adjacent cells.
Syntax
'Declaration
 
Public Overrides Function CanOverflow() As Boolean
 
'Usage
 
Dim instance As EditBaseCellType
Dim value As Boolean
 
value = instance.CanOverflow()
See Also