SpreadsheetExtension.Open(String) Method
Opens the specified file.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | String | A string value specifying the path to the file to open within the Spreadsheet. |
Returns
| Type | Description |
|---|---|
| SpreadsheetExtension | A SpreadsheetExtension object representing the Spreadsheet extension. |
See Also