Skip to main content
Row

ISpreadsheetComponent.Options Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

DocumentOptions Options { get; }

Property Value

Type Description
DocumentOptions

A DocumentOptions object containing various workbook options.

See Also