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