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

ISpreadsheetComponent.Options Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

DocumentOptions Options { get; }

Property Value

Type Description
DocumentOptions

A DocumentOptions object containing various workbook options.

See Also