'Declaration Public Overloads Function OpenExcelAsync( _ ByVal stream As Stream _ ) As IAsyncAction
'Usage Dim instance As Workbook Dim stream As Stream Dim value As IAsyncAction value = instance.OpenExcelAsync(stream)
public IAsyncAction OpenExcelAsync( Stream stream )
Parameters
- stream
- The stream that contains the Excel Compound Document File.
Return Value
Whether the file opened successfully.