IWorkbook.DocumentSettings Property
In This Article
Provides access to the settings that specify how the calculation is performed and what reference style is used.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
DocumentSettings DocumentSettings { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also