[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.MaxMinBehavior

MaxMinBehavior Enum

Defines how to process the GcDateTime.Value, GcNubmer.Value, GcTimeSpan.Value, GcDate.Value, and GcTime.Value properties when there is invalid data during input.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum MaxMinBehavior
Public Enum MaxMinBehavior

Fields

Name Description
AdjustToMaxMin

Adjusts the value to the valid range between the minimum and maximum.

CancelInput

Cancels the last input and holds the old text.

Clear

Clears the value to null.

Keep

Keeps the last input and holds the old text.

Restore

Restores the backup value to the specified property.