[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DataValidationJsonError

Class DataValidationJsonError

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the DataValidation error in the json.

public sealed class DataValidationJsonError : JsonError
Inheritance
DataValidationJsonError
Inherited Members

Properties

ErrorContent

The content of the error.

public string ErrorContent { get; }

Property Value

string

Range

The range that own the DataValidation.

public string Range { get; }

Property Value

string

WorksheetName

The worksheet name.

public string WorksheetName { get; }

Property Value

string