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

SpreadsheetInitializeDocumentEventArgs.Document Property

Provides access to a workbook loaded into a Spreadsheet.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public IWorkbook Document { get; }

Property Value

Type Description
IWorkbook

A IWorkbook interface specifying a document being loaded into a Spreadsheet.

See Also