Back to Devexpress

SpreadsheetExtension Class

aspnet-devexpress-dot-web-dot-mvc-f196d5d7.md

latest5.4 KB
Original Source

SpreadsheetExtension Class

Represents an extension object implementing the Spreadsheet functionality.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class SpreadsheetExtension :
    ExtensionBase
vb
Public Class SpreadsheetExtension
    Inherits ExtensionBase

The following members return SpreadsheetExtension objects:

Show 16 links

Remarks

To declare the Spreadsheet in a View, invoke the ExtensionsFactory.Spreadsheet helper method. This method returns the Spreadsheet extension that is implemented by the SpreadsheetExtension class.

To configure the Spreadsheet extension, pass the SpreadsheetSettings object to the ExtensionsFactory.Spreadsheet helper method as a parameter. The SpreadsheetSettings object contains all the Spreadsheet extension settings.

Refer to the Spreadsheet Overview topic to learn how to add the Spreadsheet extension to your project.

Inheritance

Object ExtensionBase SpreadsheetExtension

See Also

SpreadsheetExtension Members

Spreadsheet

SpreadsheetSettings

DevExpress.Web.Mvc Namespace