Skip to main content

ASPxSpreadsheet.Document Property

Provides access to a workbook loaded into the control.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

#Declaration

public IWorkbook Document { get; }

#Property Value

Type Description
IWorkbook

A IWorkbook interface specifying a document loaded into a Spreadsheet.

See Also