SpreadsheetExtension.Open(SpreadsheetDocumentInfo) Method
In This Article
Opens the specified document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetExtension Open(
SpreadsheetDocumentInfo documentInfo
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Spreadsheet |
A Spreadsheet |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
#Remarks
Use this method to open a document from a list of already opened documents maintained by the DocumentManager.
See Also