SpreadsheetDocumentInfo Class
Contains information about a Spreadsheet document and allows you to close the document or save a copy.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Remarks
A SpreadsheetDocumentInfo class instance can be used when type casting the result of the DocumentManager.FindDocument or DocumentManager.GetAllDocuments method.
var documentInfo = (SpreadsheetDocumentInfo)DocumentManager.FindDocument("myDocumentId");
ASPxSpreadsheet1.Open(documentInfo);