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


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