Back to Devexpress

TreeList.ExportToXlsx Method

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

latest1009 B
Original Source

TreeList.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports data to the specified stream in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream)streamExports data to the specified stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, XlsxExportOptions)fileName, optionsExports data to a file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String)fileNameExports data to the specified file in XLSX (MS Excel 2007) format.