Used in WebCellException. Represents the cell error type.
public enum WebCellErrorType
Members
| Member Name | Description | Value |
| ValidationError | The cell's validation failed. | 0 |
| DataSourceInsertError | When insert the sheet's binding row to datasource, an error occured. | 1 |
| DataSourceUpdateError | When update the sheet's binding row or object's field, an error occured. | 2 |
| DataSourceDeleteError | When delete the sheet's binding row to datasource, an error occured. | 3 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace