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

DataViewBase.ExportToXlsx(String) Method

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public abstract void ExportToXlsx(
    string filePath
)

Parameters

Name Type
filePath String

Remarks

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

See Also