Version

Export(DataPresenterBase,Worksheet,Int32,Int32,ExportOptions) Method

Exports the passed in XamDataGrid to the specified worksheet starting at the specified row and column.
Syntax
'Declaration
 
Public Overloads Function Export( _
   ByVal dataPresenter As DataPresenterBase, _
   ByVal worksheet As Infragistics.Documents.Excel.Worksheet, _
   ByVal startRow As Integer, _
   ByVal startColumn As Integer, _
   ByVal options As ExportOptions _
) As Infragistics.Documents.Excel.Workbook
public Infragistics.Documents.Excel.Workbook Export( 
   DataPresenterBase dataPresenter,
   Infragistics.Documents.Excel.Worksheet worksheet,
   int startRow,
   int startColumn,
   ExportOptions options
)

Parameters

dataPresenter
The data presenter to export.
worksheet
Destination Infragistics.Documents.Excel.Worksheet.
startRow
Start row for exported data (zero based).
startColumn
Start column for exported data (zero based).
options
A set of options controlling the output of the exporting process.

Return Value

Parent workbook of passed in worksheet.
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