Back to Devexpress

Workbook.DocumentSettings Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-03666d6d.md

latest1.6 KB
Original Source

Workbook.DocumentSettings Property

Provides access to the settings that specify how the calculation is performed and what reference style is used.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public DocumentSettings DocumentSettings { get; }
vb
Public ReadOnly Property DocumentSettings As DocumentSettings

Property Value

TypeDescription
DocumentSettings

A DocumentSettings object containing settings for the reference style and calculation options.

|

Implements

DocumentSettings

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace