Spread Windows Forms 17
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()
    public override bool CanBeOverflown()
    See Also