ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class / SaveBiffAsync Method / SaveBiffAsync(String) Method
Name of the file to save.

In This Topic
    SaveBiffAsync(String) Method
    In This Topic
    Saves async the workbook to a file.
    Syntax
    'Declaration
     
    Public Overloads Function SaveBiffAsync( _
       ByVal fileName As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveBiffAsync( 
       System.string fileName
    )

    Parameters

    fileName
    Name of the file to save.

    Return Value

    The task of represents an asynchronous operation.
    See Also