Workbook.Path Property
In This Article
Gets the file name into which the workbook is saved or from which it is loaded.
You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Description |
---|---|
String | A String which specifies the current file name (including the path and the file extension). |
See Also