[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FormulaJsonError

Class FormulaJsonError

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

Represents the formula error in the json.

public sealed class FormulaJsonError : JsonError
Inheritance
object
FormulaJsonError
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()

Properties

Column

Column index.

public int Column { get; }

Property Value

int

Formula

The formula text.

public string Formula { get; }

Property Value

string

Row

Row index.

public int Row { get; }

Property Value

int

WorksheetName

The worksheet name.

public string WorksheetName { get; }

Property Value

string