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

SpreadsheetBeforeExportEventArgs(DocumentFormat, IExporterOptions) Constructor

Initializes a new instance of the SpreadsheetBeforeExportEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

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

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