Skip to main content

DataViewBase.ExportToXls(String) Method

For internal use only.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public abstract void ExportToXls(
    string filePath
)

Parameters

Name Type
filePath String

Remarks

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

See Also