Skip to main content
Row

Workbook.Path Property

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public string Path { get; }

Property Value

Type Description
String

A String which specifies the current file name (including the path and the file extension).

Implements

See Also