Skip to main content

IXlDocumentOptions.SupportsFormulas Property

Gets a value indicating whether the document can contain formulas.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

bool SupportsFormulas { get; }

Property Value

Type Description
Boolean

true, if document can contain formulas; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SupportsFormulas
IXlDocument
.Options .SupportsFormulas
See Also