DataViewBase.ExportToXls(Stream, XlsExportOptions) Method
For internal use only.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type |
|---|---|
| stream | Stream |
| options | XlsExportOptions |
Remarks
To export grid data to XLS, use the ExportToXls method of a particular grid view.
See Also