Skip to main content
A newer version of this page is available. .

DataViewBase.ExportToXls(Stream) Method

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public abstract void ExportToXls(
    Stream stream
)

Parameters

Name Type
stream Stream

Remarks

To export grid data to XLS, use the ExportToXls method of a particular grid view.

See Also