Skip to main content
A newer version of this page is available. .

ASPxSpreadsheet.Open(String) Method

Opens a document by the specified path.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public void Open(
    string pathToDocument
)

Parameters

Name Type Description
pathToDocument String

A string representing the path to a document to open.

Remarks

After opening, the loaded document can be accessed via the ASPxSpreadsheet.Document property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Open(String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also