Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValueProcessOption Enumeration


ValueProcessOption Enumeration
Defines the options that are used by ValueProcess.
Syntax
'Declaration
 
Public Enum ValueProcessOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ValueProcessOption
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