Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class / Load Method / Load(Stream) Method
System.IO.Stream that contains the worksheet.

In This Topic
    Load(Stream) Method
    In This Topic
    Loads the worksheet from a stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Load( _
       ByVal stream As Stream _
    ) 
    public void Load( 
       Stream stream
    )

    Parameters

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