[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueProcessAction

ValueProcessAction Enum

Defines how to process the GcDateTime.Value or GcNubmer.Value property when it is invalid.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ValueProcessAction
Public Enum ValueProcessAction

Fields

Name Description
AdjustToMinMax

Adjust the value to the valid between the minimum and maximum.

Clear

Clear the value to null.

Keep

Do nothing.

Restore

Restore the backup value to the specified property.