Back to Devexpress

IWorkbook.DocumentSettings Property

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-0f406b49.md

latest1.2 KB
Original Source

IWorkbook.DocumentSettings Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
DocumentSettings

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

|

See Also

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace