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