Search
ImageExporter.Export Method
See Also
 






Exports the specified worksheet as an image.

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

 Syntax

C#  Copy Code

public void Export (
    string filePath,
    Worksheet worksheet
)

Visual Basic  Copy Code

Public Sub Export( _
    filePath As String, _
    worksheet As Worksheet _
)

 Parameters

worksheet

The worksheet to export.

filePath

The name of the file where the image should be stored.

 See Also