'Declaration Public Enum ValueProcessAction Inherits System.Enum
'Usage Dim instance As ValueProcessAction
public enum ValueProcessAction : System.Enum
'Declaration Public Enum ValueProcessAction Inherits System.Enum
'Usage Dim instance As ValueProcessAction
public enum ValueProcessAction : System.Enum
Member | Description |
---|---|
AdjustToMinMax | Adjust the value to the valid between the minimum and maximum. |
Clear | Clear the value to a null reference (Nothing in Visual Basic). |
Keep | Do nothing. |
Restore | Restore the backup value to the specified property. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueProcessAction