Skip to main content

ExtensionsFactory.Spreadsheet(SpreadsheetSettings) Method

Creates a Spreadsheet.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SpreadsheetExtension Spreadsheet(
    SpreadsheetSettings settings
)

Parameters

Name Type Description
settings SpreadsheetSettings

A SpreadsheetSettings object containing Spreadsheet extension settings.

Returns

Type Description
SpreadsheetExtension

A SpreadsheetExtension object implementing the Spreadsheet functionality.

See Also