Back to Devexpress

GridControl.ExportToDocx Method

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-dot-exporttodocx.md

latest1.3 KB
Original Source

GridControl.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports the control’s data in the Office Open XML format (DOCX file) and sends it to the specified stream.
ExportToDocx(Stream)streamExports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports the control’s data in the Office Open XML format and saves it to the specified DOCX file.
ExportToDocx(String)filePathExports the control’s data in the Office Open XML file format and saves it to the specified DOCX file.