GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / MaxMinBehavior Property


In This Topic
MaxMinBehavior Property (GcNumberCellType)
In This Topic
Gets or sets the behavior when the new input value is outside of MinValue and MaxValue.
Syntax
'Declaration
 
Public Property MaxMinBehavior As MaxMinBehavior
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As MaxMinBehavior
 
instance.MaxMinBehavior = value
 
value = instance.MaxMinBehavior

Property Value

A MaxMinBehavior enumeration value that indicates the behavior when the new input value is outside of MinValue and MaxValue.
The default is MaxMinBehavior.AdjustToMaxMin.
See Also