SpreadsheetExtension.Open(String) Method
In This Article
Opens the specified file.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetExtension Open(
string filePath
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A string value specifying the path to the file to open within the Spreadsheet. |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also