Back to Devexpress

TreeList.ExportToXls Method

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

latest1007 B
Original Source

TreeList.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, XlsExportOptions)stream, optionsExports the control’s data to the specified stream in XLS format using the specified options.
ExportToXls(Stream)streamExports the Tree List’s data as XLS and sends it to the specified stream.
ExportToXls(String, XlsExportOptions)fileName, optionsExports the control’s data to the specified file in XLS format using the specified options.
ExportToXls(String)fileNameExports the Tree List’s data to the specified file as XLS.