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