SpreadsheetExtension.Open(SpreadsheetDocumentInfo) Method
Opens the specified document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
documentInfo | SpreadsheetDocumentInfo | A SpreadsheetDocumentInfo object that contains information about the document to open. |
Returns
Type | Description |
---|---|
SpreadsheetExtension | A SpreadsheetExtension object representing the Spreadsheet extension. |
Remarks
Use this method to open a document from a list of already opened documents maintained by the DocumentManager.
See Also