Exports the grid's data to XLSX format, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
public static ActionResult ExportToXlsx(
GridViewSettings settings,
object dataObject,
XlsxExportOptionsEx exportOptions
)
Public Shared Function ExportToXlsx(
settings As GridViewSettings,
dataObject As Object,
exportOptions As XlsxExportOptionsEx
) As ActionResult
Name | Type | Description |
---|---|---|
settings | GridViewSettings | A GridViewSettings object that contains GridView settings. |
dataObject | Object | An object representing the GridView's data source. |
exportOptions | XlsxExportOptionsEx | A XlsxExportOptionsEx object that provides export options. |
Type | Description |
---|---|
ActionResult | A ActionResult encapsulating the result of the grid data export operation. |