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

SpreadsheetBeforeExportEventArgs.DocumentFormat Property

Gets the format of the document to which the worksheet will be exported.

Namespace: DevExpress.Spreadsheet

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

Declaration

public DocumentFormat DocumentFormat { get; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration member that is the format of the exported document.

Remarks

Handle the SpreadsheetControl.BeforeExport event and use the DocumentFormat property to determine the format of the target document.

See Also