SpreadsheetBeforeExportEventArgs.Options Property
Provides access to the options specific to export.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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