ComponentOne Web API Edition
ImportAsync Method (ExcelImporter)

C1.Web.Api.Excel Namespace > ExcelImporter Class : ImportAsync Method
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.
See Also

Reference

ExcelImporter Class
ExcelImporter Members