Back to Devexpress

DocumentOptions Class

officefileapi-devexpress-dot-spreadsheet-a5e13b75.md

latest2.4 KB
Original Source

DocumentOptions Class

Provides access to workbook options.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public abstract class DocumentOptions :
    SpreadsheetNotificationOptions,
    IDisposable
vb
<ComVisible(True)>
Public MustInherit Class DocumentOptions
    Inherits SpreadsheetNotificationOptions
    Implements IDisposable

The following members return DocumentOptions objects:

Remarks

To access the DocumentOptions object, use the Workbook.Options property. For WinForms and WPF Spreadsheet controls you can use SpreadsheetControl.Options notation.

Implements

INotifyPropertyChanged

IDisposable

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DocumentOptions WorkbookOptions

SpreadsheetControlOptions

See Also

DocumentOptions Members

Workbook.Options

ISpreadsheetComponent.Options

SpreadsheetControl.Options

SpreadsheetControl.Options

DevExpress.Spreadsheet Namespace