Search
MhtmlExporter.Export Method
See Also
 






HtmlExporterBase.Export override.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public override void Export (
    Workbook workbook,
    string filePath
)

Visual Basic  Copy Code

Public Overrides Sub Export( _
    workbook As Workbook, _
    filePath As String _
)

 Parameters

workbook

The workbook to export.

filePath

A string specifying the path to the .mhtml file.

 See Also