Back to Devexpress

TreeListView.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-exporttoxlsx.md

latest973 B
Original Source

TreeListView.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports a grid to the specified stream in XLSX format, using the specified XLSX-specific options.
ExportToXlsx(Stream)streamExports a grid to the specified stream in XLSX format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports a grid to the specified file path in XLSX format, using the specified XLSX-specific options.
ExportToXlsx(String)filePathExports a grid to the specified file path in XLSX format.