Skip to main content

FormulaExportMode Enum

Lists possible ways to export a cell formula.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

Declaration

public enum FormulaExportMode

Members

Name Description
CalculatedValue

Calculates the formula before export and exports the result.

Formula

Exports the formula itself as a string.

See Also