DataValidationJsonError Constructor
In This Topic
Constructs a new DataValidationJsonError object with the specified error message, worksheet name, range, and error content.
Syntax
public DataValidationJsonError(
java.lang.String ,
java.lang.String ,
java.lang.String ,
java.lang.String
)
|
Parameters
- errorMessage
- The error message associated with the data validation error.
- worksheetName
- The name of the worksheet where the data validation error occurred.
- range
- The range of cells affected by the data validation error.
- errorContent
- The content of the data validation error.
See Also