Skip to main content

SpreadsheetExtension.CloseDocument(String) Method

Closes the current document in the specified Spreadsheet.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ActionResult CloseDocument(
    string extensionName
)

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