Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v20.2.dll

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