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


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