ExportToXls(Stream, XlsExportOptions)
|
stream, options
|
Exports the Sankey Diagram Control to a stream in XLS format with the specified export settings.
|
ExportToXls(Stream)
|
stream
|
Exports the Sankey Diagram Control in XLS format to the specified stream.
|
ExportToXls(String, XlsExportOptions)
|
filePath, options
|
Exports the Sankey Diagram Control to a file in XLS format with the specified export settings.
|
ExportToXls(String)
|
filePath
|
Exports the Sankey Diagram Control in XLS format to the specified file.
|