Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ValueProcessAction Enumeration


In This Topic
    ValueProcessAction Enumeration
    In This Topic
    Defines how to process the GcDateTime.Value or GcNubmer.Value property when it is invalid.
    Syntax
    'Declaration
     
    Public Enum ValueProcessAction 
       Inherits System.Enum
    'Usage
     
    Dim instance As ValueProcessAction
    public enum ValueProcessAction : System.Enum 
    Members
    MemberDescription
    AdjustToMinMaxAdjust the value to the valid between the minimum and maximum.
    ClearClear the value to a null reference (Nothing in Visual Basic).
    KeepDo nothing.
    RestoreRestore the backup value to the specified property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueProcessAction

    See Also