Back to Devexpress

HeatmapControl.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-dot-exporttoxlsx.md

latest1.0 KB
Original Source

HeatmapControl.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports the Heatmap Control to a stream in XLSX format with the specified export settings.
ExportToXlsx(Stream)streamExports the Heatmap Control in XLSX format to the specified stream.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the Heatmap Control to a file in XLSX format with the specified export settings.
ExportToXlsx(String)filePathExports the Heatmap Control in XLSX format to the specified file.