Enum WebCellErrorType

WebCellErrorType enumeration

Used in WebCellException. Represents the cell error type.

public enum WebCellErrorType

Values

NameValueDescription
ValidationError0The cell’s validation failed.
DataSourceInsertError1When insert the sheet’s binding row to datasource, an error occured.
DataSourceUpdateError2When update the sheet’s binding row or object’s field, an error occured.
DataSourceDeleteError3When delete the sheet’s binding row to datasource, an error occured.

See Also