Enum GridCellErrorType
GridCellErrorType enumeration
Used in WebCellException. Represents the cell error type.
public enum GridCellErrorType
Values
| Name | Value | Description |
|---|---|---|
| ValidationError | 0 | The cell’s validation failed. |
| DataSourceInsertError | 1 | When insert the sheet’s binding row to datasource, an error occured. |
| DataSourceUpdateError | 2 | When update the sheet’s binding row or object’s field, an error occured. |
| DataSourceDeleteError | 3 | When delete the sheet’s binding row to datasource, an error occured. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop