Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / CanOverflow Method


In This Topic
    CanOverflow Method (TextCellType)
    In This Topic
    Determines whether the cell can overflow into adjacent cells.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanOverflow() As Boolean
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As Boolean
     
    value = instance.CanOverflow()
    public override bool CanOverflow()
    See Also