Click or drag to resize

ExportDataRowWrap Method

Wraps the given row with a new ExportDataRow.

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

Parameters

profile  ICTExportProfile
oData  ICTExportProfileData
iRow  Int32

Return Value

ExportDataRow
See Also