SpreadsheetExtension.Open(String, DocumentFormat) Method
In This Article
Opens the specified document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetExtension Open(
string filePath,
DocumentFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A string value specifying the path to the document to open. |
format | Document |
A Document |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
#Remarks
Use the Open method to open a document located at a specific path on the server.
See Also