Back to Devexpress

Workbook.Path Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-a2af50d5.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public string Path { get; }
vb
Public ReadOnly Property Path As String

Property Value

TypeDescription
String

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

|

Implements

Path

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace