SpreadsheetBeforeImportEventArgs.DocumentFormat Property
Gets the format of the document being imported.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DocumentFormat | A DocumentFormat enumeration member that is the format of the imported document. |
Remarks
Handle the SpreadsheetControl.BeforeImport event and use the DocumentFormat property to determine the format of the source document.
See Also