Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / CanBeOverflown Method


In This Topic
CanBeOverflown Method (HyperLinkCellType)
In This Topic
Determines whether a cell can overflow its data into an adjacent cell.
Syntax
'Declaration
 
Public Overrides Function CanBeOverflown() As Boolean
 
'Usage
 
Dim instance As HyperLinkCellType
Dim value As Boolean
 
value = instance.CanBeOverflown()
See Also