GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / CanBeOverflown Method


In This Topic
CanBeOverflown Method (GcNumberCellType)
In This Topic
Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into).
Syntax
'Declaration
 
Public Overridable Function CanBeOverflown() As Boolean
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As Boolean
 
value = instance.CanBeOverflown()
See Also