Excel for WPF and Silverlight
Save(String,FileFormat) Method

C1.WPF.Excel Namespace > C1XLBook Class > Save Method : Save(String,FileFormat) Method
Name of the file to save.
FileFormat value that specifies the type of file to save.
Saves the worksheet to a file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As System.String, _
   ByVal format As FileFormat _
) 
public void Save( 
   System.string fileName,
   FileFormat format
)

Parameters

fileName
Name of the file to save.
format
FileFormat value that specifies the type of file to save.
See Also

Reference

C1XLBook Class
C1XLBook Members
Overload List