SpreadsheetBeforeExportEventArgs.DocumentFormat Property
In This Article
Gets the format of the document to which the worksheet will be exported.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DocumentFormat DocumentFormat { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
#Remarks
Handle the SpreadsheetControl.BeforeExport event and use the DocumentFormat property to determine the format of the target document.
See Also