ExtensionsFactory.Spreadsheet(Action<SpreadsheetSettings>) Method
Creates a Spreadsheet.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<SpreadsheetSettings> | A delegate method that accepts SpreadsheetSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| SpreadsheetExtension | A SpreadsheetExtension object implementing the Spreadsheet functionality. |
See Also