Skip to main content

DataGridExportExtensions.ExportToMhtAsync Method

Name Parameters Description
ExportToMhtAsync(DataGridView, Stream, MhtExportOptions) static grid, stream, options Exports DataGridView data to a stream in MHT format with the specified export options.
ExportToMhtAsync(DataGridView, Stream) static grid, stream Exports DataGridView data to a stream in MHT format.
ExportToMhtAsync(DataGridView, String, MhtExportOptions) static grid, filePath, options Exports DataGridView data to MHT format with the specified path and export options.
ExportToMhtAsync(DataGridView, String) static grid, filePath Exports DataGridView data to MHT format with the specified path.