Back to Devexpress

BaseView.ExportToXlsx Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-exporttoxlsx.md

latest1.4 KB
Original Source

BaseView.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports the GridControl.DefaultView‘s data to the specified stream in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream)streamExports the GridControl.DefaultView‘s data to the specified stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the GridControl.DefaultView‘s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String)filePathExports the GridControl.DefaultView‘s data to the specified file in XLSX (MS Excel 2007) format.