Back to Devexpress

CardView.ExportToXls Method

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

latest933 B
Original Source

CardView.ExportToXls Method

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