Excel for WPF and Silverlight
Load(Stream) Method

C1.WPF.Excel Namespace > C1XLBook Class > Load Method : Load(Stream) Method
System.IO.Stream that contains the worksheet.
Loads the worksheet from a stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream _
) 
public void Load( 
   System.IO.Stream stream
)

Parameters

stream
System.IO.Stream that contains the worksheet.
See Also

Reference

C1XLBook Class
C1XLBook Members
Overload List