Search
Workbook.SaveToFile Method
See Also
 






Saves the workbook into a file.

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

 Syntax

C#  Copy Code

public void SaveToFile (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToFile( _
    fileName As String _
)

 Parameters

fileName

The name of the file to save to.

 See Also