Skip to main content
Row

SpreadsheetBeforeExportEventArgs.Options Property

Provides access to the options specific to export.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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