Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.Options Property

Provides access to the variety of options which can be specified for the workbook.

You need an active 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.v20.1.dll

Declaration

public DocumentOptions Options { get; }

Property Value

Type Description
DocumentOptions

A DocumentOptions object containing various workbook options.

Remarks

The Options property provides access to the object which exposes all options implemented for the workbook.

Implements

See Also