类 DataValidationJsonError

java.lang.Object
com.grapecity.documents.excel.JsonError
com.grapecity.documents.excel.DataValidationJsonError

public class DataValidationJsonError extends JsonError
Represents the DataValidation error in the json.
  • 构造器详细资料

    • DataValidationJsonError

      public DataValidationJsonError(String errorMessage, String worksheetName, String range, String errorContent)
  • 方法详细资料

    • getWorksheetName

      public String getWorksheetName()
      Get the worksheet name.
    • getRange

      public String getRange()
      Get the range that own the DataValidation.
    • getErrorContent

      public String getErrorContent()
      Get the content of the error.