[]
Represents the formula error in the json.
public sealed class FormulaJsonError : JsonError
Column index.
public int Column { get; }
The formula text.
public string Formula { get; }
Row index.
public int Row { get; }
The worksheet name.
public string WorksheetName { get; }