TxtDocumentExporterOptions.FormulaExportMode Property
In This Article
Gets or sets how to export cells containing formulas.
Namespace: DevExpress.XtraSpreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
[DefaultValue(FormulaExportMode.CalculatedValue)]
public override FormulaExportMode FormulaExportMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Formula |
Calculated |
A Formula |
Available values:
Name | Description |
---|---|
Calculated |
Calculates the formula before export and exports the result. |
Formula | Exports the formula itself as a string. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Formula |
---|---|
Workbook |
|
See Also