WebCellErrorType

WebCellErrorType enumeration

在 WebCellException 中使用。表示单元格错误类型。

public enum WebCellErrorType

价值观

姓名价值描述
ValidationError0单元格验证失败。
DataSourceInsertError1将工作表的绑定行插入数据源时,发生错误。
DataSourceUpdateError2更新工作表的绑定行或对象的字段时,发生错误。
DataSourceDeleteError3删除sheet绑定到数据源的行时,出现错误

也可以看看