Back to Devexpress

SpreadsheetBeforeExportEventArgs.Options Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetbeforeexporteventargs-2698caee.md

latest1.4 KB
Original Source

SpreadsheetBeforeExportEventArgs.Options Property

Provides access to the options specific to export.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public IExporterOptions Options { get; }
vb
Public ReadOnly Property Options As IExporterOptions

Property Value

TypeDescription
IExporterOptions

An IExporterOptions descendant containing options specific to export.

|

Remarks

Handle the SpreadsheetControl.BeforeExport event and specify export options if required.

See Also

SpreadsheetBeforeExportEventArgs Class

SpreadsheetBeforeExportEventArgs Members

DevExpress.Spreadsheet Namespace