SpreadsheetExtension.LoadDocument(String, String) Method
OBSOLETE
Use the Open property instead.
Loads a specific file to the specified Spreadsheet extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the Open property instead.")]
public static ActionResult LoadDocument(
string extensionName,
string filePath
)
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value specifying the name of the Spreadsheet extension that loads the document. |
| filePath | String | A string value specifying the path to the file that should be loaded into the Spreadsheet. |
Returns
| Type | Description |
|---|---|
| ActionResult | A ActionResult encapsulating the result of a Spreadsheet’s document load operation. |
See Also