VerticalGridExtension.ExportToXlsx(VerticalGridSettings, Object, XlsxExportOptions) Method
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static ActionResult ExportToXlsx(
VerticalGridSettings settings,
object dataObject,
XlsxExportOptions exportOptions
)
Parameters
Name | Type |
---|---|
settings | VerticalGridSettings |
dataObject | Object |
exportOptions | XlsxExportOptions |
Returns
Type |
---|
ActionResult |
See Also