'Declaration
Overloads Function Open( _ ByVal stream As Stream, _ Optional ByVal context As ImportContext, _ Optional ByVal closing As Boolean _ ) As IWorkbook
'Usage
Dim instance As IWorkbooks Dim stream As Stream Dim context As ImportContext Dim closing As Boolean Dim value As IWorkbook value = instance.Open(stream, context, closing)
Parameters
- stream
- The stream containing the workbook to open.
- context
- An GrapeCity.Spreadsheet.IO.OpenXml.ImportContext object indicates the import context.
- closing
true
if the stream will be closed after finish opening.false
to leave it as opened.
Return Value
A Workbook object represents the opened workbook.