Excel for WPF | ComponentOne
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.

In This Topic
    Save(String,FileFormat) Method
    In This Topic
    Saves the worksheet to a file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Save( _
       ByVal fileName As String, _
       ByVal format As FileFormat _
    ) 
    public void Save( 
       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