DataGridExportExtensions.ExportToMhtAsync(DataGridView, String, MhtExportOptions) Method
Exports DataGridView data to MHT
format with the specified path and export options.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.Export.dll
NuGet Package: DevExpress.Maui.DataGrid.Export
#Declaration
public static Task ExportToMhtAsync(
this DataGridView grid,
string filePath,
MhtExportOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
grid | Data |
The exported Data |
file |
String | The exported |
options | Mht |
|
#Returns
Type | Description |
---|---|
Task | A task that allows you to wait for the export is ended. |