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