Xceed Workbooks for .NET v1.4 Documentation
Load(Stream) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > Workbook Class > Load Method : Load(Stream) Method
The stream where the Workbook can be found.
Loads an existing Workbook from a stream.
Syntax
'Declaration

 

Public Overloads Shared Function Load( _

   ByVal stream As Stream _

) As Workbook
'Usage

 

Dim stream As Stream

Dim value As Workbook

 

value = Workbook.Load(stream)
public static Workbook Load( 

   Stream stream

)

Parameters

stream
The stream where the Workbook can be found.

Return Value

The loaded Workbook.
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

Reference

Workbook Class
Workbook Members
Overload List