'Declaration
Overloads Function Open( _ ByVal filename As String, _ Optional ByVal context As ImportContext _ ) As IWorkbook
'Usage
Dim instance As IWorkbooks Dim filename As String Dim context As ImportContext Dim value As IWorkbook value = instance.Open(filename, context)
IWorkbook Open( string filename, ImportContext context )
Parameters
- filename
- The filename of the workbook to open.
- context
- An GrapeCity.Spreadsheet.IO.OpenXml.ImportContext object indicates the import context.
Return Value
A Workbook object represents the opened workbook.