Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DeserializationOptions Class / IgnoreFormula Property
In This Topic
    IgnoreFormula Property (DeserializationOptions)
    In This Topic
    Whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.
    Syntax
    public System.bool IgnoreFormula {get; set;}
    See Also