Back to Devexpress

BaseView.ExportToXls Method

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

latest2.0 KB
Original Source

BaseView.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, XlsExportOptions)stream, optionsExports the GridControl.DefaultView‘s data to the specified stream in XLS format using the specified options.
ExportToXls(Stream, Boolean)stream, useNativeFormatObsolete. Exports the GridControl.DefaultView‘s data to a stream in XLS format with the specified formatting settings.
ExportToXls(Stream)streamExports the GridControl.DefaultView‘s data to a stream in XLS format
ExportToXls(String, XlsExportOptions)filePath, optionsExports the GridControl.DefaultView‘s data to the specified file in XLS format using the specified options.
ExportToXls(String, Boolean)filePath, useNativeFormatObsolete. Exports the GridControl.DefaultView‘s data to a file in XLS format with the specified formatting settings.
ExportToXls(String)filePathExports the GridControl.DefaultView‘s data to a file in XLS format.