Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ICellType Interface / CanBeOverflown Method


In This Topic
    CanBeOverflown Method (ICellType)
    In This Topic
    Determines whether adjacent cells can overflow into this cell.
    Syntax
    'Declaration
     
    
    Function CanBeOverflown() As Boolean
    'Usage
     
    
    Dim instance As ICellType
    Dim value As Boolean
     
    value = instance.CanBeOverflown()
    bool CanBeOverflown()
    See Also