'Declaration Public Overloads Function OpenExcel( _ ByVal stream As Stream, _ Optional ByVal options As ImportOptions _ ) As Boolean
'Usage Dim instance As GcSpreadSheet Dim stream As Stream Dim options As ImportOptions Dim value As Boolean value = instance.OpenExcel(stream, options)
public bool OpenExcel( Stream stream, ImportOptions options )
Parameters
- stream
- Stream that contains an Excel file.
- options
- An GrapeCity.Spreadsheet.IO.OpenXml.ImportOptions value indicating the settings to open.
Return Value
true
if the file is opened successful; otherwise, false
.