SpreadsheetBeforeExportEventArgs(DocumentFormat, IExporterOptions) Constructor
Initializes a new instance of the SpreadsheetBeforeExportEventArgs class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public SpreadsheetBeforeExportEventArgs(
DocumentFormat documentFormat,
IExporterOptions options
)
Parameters
Name | Type | Description |
---|---|---|
documentFormat | DocumentFormat | A DocumentFormat enumeration member specifying the destination format of the worksheet being exported. |
options | IExporterOptions | An IExporterOptions object containing export options. |
Remarks
The SpreadsheetBeforeExportEventArgs is created automatically and passed to the handler of the SpreadsheetControl.BeforeExport event.
See Also