SpreadsheetExtension.CloseDocument(String) Method
In This Article
Closes the current document in the specified Spreadsheet.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult CloseDocument(
string extensionName
)
#Parameters
Name | Type | Description |
---|---|---|
extension |
String | A string value specifying the Spreadsheet name. |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also