[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.YesNoCancel

YesNoCancel Enum

Represents the choice to perform an action.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum YesNoCancel
Public Enum YesNoCancel

Fields

Name 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.