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 require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.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