SpreadsheetInitializeDocumentEventArgs(IWorkbook) Constructor
Initializes a new instance of the SpreadsheetInitializeDocumentEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v25.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| document | IWorkbook | A IWorkbook interface specifying a document loaded into a Spreadsheet. |
See Also