A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class SpreadsheetDocumentInfo :
OfficeDocumentBase<SpreadsheetWorkSession>
Public Class SpreadsheetDocumentInfo
Inherits OfficeDocumentBase(Of 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
Feedback