officefileapi-devexpress-dot-spreadsheet-a5e13b75.md
Provides access to workbook options.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public abstract class DocumentOptions :
SpreadsheetNotificationOptions,
IDisposable
<ComVisible(True)>
Public MustInherit Class DocumentOptions
Inherits SpreadsheetNotificationOptions
Implements IDisposable
The following members return DocumentOptions objects:
To access the DocumentOptions object, use the Workbook.Options property. For WinForms and WPF Spreadsheet controls you can use SpreadsheetControl.Options notation.
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DocumentOptions WorkbookOptions
See Also