Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Workbook Class / SaveAs Method / SaveAs(Stream) Method
The stream where the Workbook will be saved.


In This Topic
    SaveAs(Stream) Method
    In This Topic
    Saves the Workbook as a stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveAs( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    
    Dim instance As Workbook
    Dim stream As Stream
     
    instance.SaveAs(stream)
    public void SaveAs( 
       Stream stream
    )

    Parameters

    stream
    The stream where the Workbook will be saved.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also