BeforeFillEventArgs.FileName Property
Gets or sets a path to the Microsoft Excel workbook or CSV file.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the path to the Microsoft Excel workbook or CSV file. |
Remarks
As an alternative, you can specify the stream containing a Microsoft Excel workbook or CSV file using the BeforeFillEventArgs.Stream property. Specify the format of the document contained in the stream by using the BeforeFillEventArgs.StreamDocumentFormat property.
See Also