Skip to main content
A newer version of this page is available. .

SpreadsheetDocumentInfo Class

Contains settings of a Spreadsheet document opened on the server and provides the means to operate the document (close or save a copy).

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetDocumentInfo :
    OfficeDocumentBase<SpreadsheetWorkSession>

Remarks

A SpreadsheetDocumentInfo class instance can be used when type casting the result of the DocumentManager.FindDocument or DocumentManager.GetAllDocuments method.

Implements

Inheritance

Object
OfficeDocumentBase<DevExpress.Web.ASPxSpreadsheet.Internal.SpreadsheetWorkSession>
SpreadsheetDocumentInfo
See Also