ComponentOne Studio Web API Edition
ImportAsync Method (ExcelImporter)

The import options.
Execute the import.
Syntax
'Declaration
 
Public Function ImportAsync( _
   ByVal source As ImportSource _
) As Task(Of Workbook)
public Task<Workbook> ImportAsync( 
   ImportSource source
)

Parameters

source
The import options.

Return Value

The task.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelImporter Class
ExcelImporter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.