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


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