Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DataValidationJsonError Class / DataValidationJsonError Constructor
The error message associated with the data validation error.
The name of the worksheet where the data validation error occurred.
The range of cells affected by the data validation error.
The content of the data validation error.
In This Topic
    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 errorMessage,
       java.lang.String worksheetName,
       java.lang.String range,
       java.lang.String errorContent
    )

    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