ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / Load Method
System.IO.Stream that contains the worksheet.
FileFormat value that specifies the file format.
True to load data into the sheets; False to read the sheet names only.

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

    Parameters

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