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


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