Skip to main content

SpreadsheetInitializeDocumentEventArgs(IWorkbook) Constructor

Initializes a new instance of the SpreadsheetInitializeDocumentEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public SpreadsheetInitializeDocumentEventArgs(
    IWorkbook document
)

Parameters

Name Type Description
document IWorkbook

A IWorkbook interface specifying a document loaded into a Spreadsheet.

See Also