类 DataValidationJsonError
java.lang.Object
com.grapecity.documents.excel.JsonError
com.grapecity.documents.excel.DataValidationJsonError
Represents the DataValidation error in the json.
-
构造器概要
构造器说明DataValidationJsonError
(String errorMessage, String worksheetName, String range, String errorContent) -
方法概要
修饰符和类型方法说明Get the content of the error.getRange()
Get the range that own the DataValidation.Get the worksheet name.从类继承的方法 com.grapecity.documents.excel.JsonError
getErrorMessage
-
构造器详细资料
-
DataValidationJsonError
-
-
方法详细资料
-
getWorksheetName
Get the worksheet name. -
getRange
Get the range that own the DataValidation. -
getErrorContent
Get the content of the error.
-