'Declaration
Public Enum YesNoCancel Inherits System.Enum
'Usage
Dim instance As YesNoCancel
public enum YesNoCancel : System.Enum
'Declaration
Public Enum YesNoCancel Inherits System.Enum
'Usage
Dim instance As YesNoCancel
public enum YesNoCancel : System.Enum
Member | Description |
---|---|
Cancel | The action is performed if all conditions are satisfied. |
No | The action is performed partly that don't violate any condition. |
Yes | The action will be performed regardless of any condition. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.YesNoCancel