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

SpreadsheetBeforeExportEventArgs.Options Property

Provides access to the options specific to export.

Namespace: DevExpress.Spreadsheet

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

Declaration

public IExporterOptions Options { get; }

Property Value

Type Description
IExporterOptions

An IExporterOptions descendant containing options specific to export.

Remarks

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

See Also