ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class / Save Method / Save(String,FileFormat) Method
Name of the file to save.
C1.Excel.C1XLBook.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 System.String, _
       ByVal format As FileFormat _
    ) 
    public void Save( 
       System.string fileName,
       FileFormat format
    )

    Parameters

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