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


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