[]
        
(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
object
DataValidationJsonError
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()

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