Back to Devexpress

LayoutControl.ExportToXlsx Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-exporttoxlsx.md

latest1.1 KB
Original Source

LayoutControl.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports data to the specified stream in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream)streamExports the controls displayed within the LayoutControl to a stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String)filePathExports the controls displayed within the LayoutControl to a file in XLSX (MS Excel 2007) format.