FormulaExportMode Enum
Lists possible ways to export a cell formula.
Namespace: DevExpress.XtraSpreadsheet.Export
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Members
| Name | Description |
|---|---|
CalculatedValue
|
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:
See Also