Enum WebCellErrorType
WebCellErrorType enumeration
Used in WebCellException. Represents the cell error type.
public enum WebCellErrorType
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.GridWeb.Data
- assembly Aspose.Cells.GridWeb