Version

ExportAsync(DataPresenterBase,Workbook,Int32,Int32) Method

Asynchronously exports the passed in data presenter to the specified workbook in the active worksheet starting at the specified row and column. If there are no worksheets in workbook, new worksheet is created. It returns the passed in workbook.
Syntax
'Declaration
 
Public Overloads Sub ExportAsync( _
   ByVal dataPresenter As DataPresenterBase, _
   ByVal workbook As Infragistics.Documents.Excel.Workbook, _
   ByVal startRow As Integer, _
   ByVal startColumn As Integer _
) 
public void ExportAsync( 
   DataPresenterBase dataPresenter,
   Infragistics.Documents.Excel.Workbook workbook,
   int startRow,
   int startColumn
)

Parameters

dataPresenter
The data presenter to export.
workbook
Destination Infragistics.Documents.Excel.Workbook.
startRow
Start row for exported data (zero based).
startColumn
Start column for exported data (zero based).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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