Back to Devexpress

SpreadsheetBeforeExportEventArgs.DocumentFormat Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetbeforeexporteventargs.md

latest1.5 KB
Original Source

SpreadsheetBeforeExportEventArgs.DocumentFormat Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public DocumentFormat DocumentFormat { get; }
vb
Public ReadOnly Property DocumentFormat As DocumentFormat

Property Value

TypeDescription
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

SpreadsheetBeforeExportEventArgs Class

SpreadsheetBeforeExportEventArgs Members

DevExpress.Spreadsheet Namespace