Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValueProcessOption Enumeration


In This Topic
    ValueProcessOption Enumeration
    In This Topic
    Defines the options that are used by ValueProcess.
    Syntax
    'Declaration
     
    
    Public Enum ValueProcessOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ValueProcessOption
    public enum ValueProcessOption : System.Enum 
    Members
    MemberDescription
    ClearClears the value.
    KeepKeeps the value.
    RestoreRestores the former value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.ValueProcessOption

    See Also