Click or drag to resize

ExportDataRowWrap Method

Wraps the given row with a new ExportDataRow.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public static ExportDataRow Wrap(
	ICTExportProfile profile,
	ICTExportProfileData oData,
	int iRow
)

Parameters

profile
Type: ICTExportProfile
oData
Type: ICTExportProfileData
iRow
Type: SystemInt32

Return Value

Type: ExportDataRow
See Also