SpreadsheetExtension.CloseDocument(String) Method
Closes the current document in the specified Spreadsheet.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value specifying the Spreadsheet name. |
Returns
| Type | Description |
|---|---|
| ActionResult | A ActionResult object that represents the result of an action method. |
See Also