Back to Devexpress

SankeyDiagramControl.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol-dot-exporttoxlsx.md

latest1.1 KB
Original Source

SankeyDiagramControl.ExportToXlsx Method

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