Back to Devexpress

TreeList.ExportToDocx Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-exporttodocx.md

latest1.3 KB
Original Source

TreeList.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)fileName, optionsExports the control’s data in the Office Open XML format and saves it to the specified DOCX file.
ExportToDocx(String)fileNameExports the control’s data in the Office Open XML file format and saves it to the specified DOCX file.