Spread Windows Forms 12.0 Product Documentation
YesNoCancel Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : YesNoCancel Enumeration
Represents the choice to perform an action.
Syntax
'Declaration
 
Public Enum YesNoCancel 
   Inherits System.Enum
'Usage
 
Dim instance As YesNoCancel
public enum YesNoCancel : System.Enum 
Members
MemberDescription
CancelThe action is performed if all conditions are satisfied.
NoThe action is performed partly that don't violate any condition.
YesThe action will be performed regardless of any condition.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.YesNoCancel

See Also

Reference

GrapeCity.Spreadsheet Namespace