Back to Devexpress

VGridControlBase.ExportToXls Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-exporttoxls.md

latest1.0 KB
Original Source

VGridControlBase.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, XlsExportOptions)stream, optionsExports the control’s data to the specified stream in XLS format using the specified options.
ExportToXls(Stream)streamExports the control’s data as XLS and sends it to the specified stream.
ExportToXls(String, XlsExportOptions)filePath, optionsExports the control’s data to the specified file in XLS format using the specified options.
ExportToXls(String)filePathExports the control’s data to the specified file as XLS.