[]
Represents the DataValidation error in the json.
public sealed class DataValidationJsonError : JsonError
The content of the error.
public string ErrorContent { get; }
The range that own the DataValidation.
public string Range { get; }
The worksheet name.
public string WorksheetName { get; }