FormulaExportMode Enum
In This Article
Lists possible ways to export a cell formula.
Namespace: DevExpress.XtraSpreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Calculated
|
Calculates the formula before export and exports the result. |
Formula
|
Exports the formula itself as a string. |
#Related API Members
The following properties accept/return FormulaExportMode values:
Library | Related API Members |
---|---|
WPF Controls | Spreadsheet |
Spreadsheet |
|
Office File API | Csv |
Txt |
See Also