Enum OnErrorActionType
OnErrorActionType enumeration
Used in CellError event of the GridWeb. User set the OnErrorActionQuery.OnErrorAction to tell the control Stop processing or Ignore error.
public enum OnErrorActionType
Values
Name | Value | Description |
---|---|---|
Throw | 0 | Throws the current exception. |
Stop | 1 | Stops current processing. |
Ignore | 2 | Ignores the error and continue processing. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb