Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / CanBeOverflown Method


In This Topic
    CanBeOverflown Method (InputManCellTypeBase)
    In This Topic
    Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into).
    Syntax
    'Declaration
     
    
    Public Overrides Function CanBeOverflown() As Boolean
    'Usage
     
    
    Dim instance As InputManCellTypeBase
    Dim value As Boolean
     
    value = instance.CanBeOverflown()
    public override bool CanBeOverflown()
    See Also