Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class / Load Method / Load(Stream,Boolean) Method
System.IO.Stream that contains the worksheet.
True to load data into the sheets; False to read the sheet names only.

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

    Parameters

    stream
    System.IO.Stream that contains the worksheet.
    fillSheets
    True to load data into the sheets; False to read the sheet names only.
    See Also