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

DataViewBase.ExportToXlsx(Stream) Method

For internal use only.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public abstract void ExportToXlsx(
    Stream stream
)

Parameters

Name Type
stream Stream

Remarks

To export grid data to XLSX, use the ExportToXlsx method of a particular grid view.

See Also