Skip to main content

CsvDataAwareExporterOptions.SupportsFormulas Property

Gets a value indicating whether the document can contain formulas.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool SupportsFormulas { get; }

Property Value

Type Description
Boolean

Always false.

Implements

See Also