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