Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SerializationOptions Class / ExportSharedFormula Property
In This Topic
    ExportSharedFormula Property
    In This Topic
    Gets or sets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true.
    Syntax
    public System.bool ExportSharedFormula {get; set;}
    See Also