aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-exporttoxlsx.md
| Name | Parameters | Description |
|---|---|---|
| ExportToXlsx(VerticalGridSettings, Object, XlsxExportOptions) static | settings, dataObject, exportOptions | |
| ExportToXlsx(VerticalGridSettings, Object, Boolean, XlsxExportOptions) static | settings, dataObject, saveAsFile, exportOptions | |
| ExportToXlsx(VerticalGridSettings, Object, Boolean) static | settings, dataObject, saveAsFile | Exports the VerticalGrid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(VerticalGridSettings, Object, String, XlsxExportOptions) static | settings, dataObject, fileName, exportOptions | |
| ExportToXlsx(VerticalGridSettings, Object, String, Boolean, XlsxExportOptions) static | settings, dataObject, fileName, saveAsFile, exportOptions | |
| ExportToXlsx(VerticalGridSettings, Object, String, Boolean) static | settings, dataObject, fileName, saveAsFile | Exports the VerticalGrid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(VerticalGridSettings, Object, String) static | settings, dataObject, fileName | Exports the VerticalGrid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(VerticalGridSettings, Object) static | settings, dataObject | Exports the VerticalGrid’s data to XLSX format, based on the provided settings. |