Back to Devexpress

CardView.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-dot-exporttoxlsx.md

latest953 B
Original Source

CardView.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports a grid to the specified stream in XLSX format, using the specified XLSX-specific options.
ExportToXlsx(Stream)streamExports a grid to the specified stream in XLSX format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports a grid to the specified file path in XLSX format, using the specified XLSX-specific options.
ExportToXlsx(String)filePathExports a grid to the specified file path in XLSX format.