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

SpreadsheetDocumentInfo(SpreadsheetWorkSession) Constructor

Initializes a new instance of the SpreadsheetDocumentInfo class.

Namespace: DevExpress.Web.Office

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

Declaration

public SpreadsheetDocumentInfo(
    SpreadsheetWorkSession workSession
)

Parameters

Name Type Description
workSession DevExpress.Web.ASPxSpreadsheet.Internal.SpreadsheetWorkSession

A RichEditWorkSession object representing the session to which the created object belongs.

See Also