GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > OpenExcelAsync Method : OpenExcelAsync(Stream) Method |
'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 )
Exception | Description |
---|---|
System.ArgumentNullException | No stream is specified or the specified stream is null. |
System.ArgumentException | No stream is specified or the specified stream is empty. |
Target Platforms: Windows Server 2012, Windows RT