Back to Devexpress

Workbook.Options Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-ee89e91f.md

latest1.3 KB
Original Source

Workbook.Options Property

Returns an object that contains document options.

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 WorkbookOptions Options { get; }
vb
Public ReadOnly Property Options As WorkbookOptions

Property Value

TypeDescription
WorkbookOptions

An object that stores workbook options.

|

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace