Saves the worksheet to a file.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public void Save(
	string fileName,
	FileFormat format
)
Visual Basic
Public Sub Save ( _
	fileName As String, _
	format As FileFormat _
)

Parameters

fileName
Type: System..::..String
Name of the file to save.
format
Type: C1.Silverlight.Excel..::..FileFormat
FileFormat value that specifies the type of file to save.

See Also