'Declaration
Public Function ExportAsync( _ ByVal exportSource As ExcelExportSource, _ ByVal outputStream As Stream _ ) As Task
public Task ExportAsync( ExcelExportSource exportSource, Stream outputStream )
Parameters
- exportSource
- The export options.
- outputStream
- The export result.
Return Value
The task.