ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class / SaveBiffAsync Method / SaveBiffAsync(Stream) Method
System.IO.Stream where the worksheet is saved.

In This Topic
    SaveBiffAsync(Stream) Method
    In This Topic
    Saves the worksheet into a stream.
    Syntax
    'Declaration
     
    Public Overloads Function SaveBiffAsync( _
       ByVal stream As System.IO.Stream _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveBiffAsync( 
       System.IO.Stream stream
    )

    Parameters

    stream
    System.IO.Stream where the worksheet is saved.

    Return Value

    The task of represents an asynchronous operation.
    See Also