Click or drag to resize
DataExportHelperOnExternalDataBound Delegate
Performes external data bound on column of datarow.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public delegate Object OnExternalDataBound(
	DataRowView dataRow,
	int columnIndex
)

Parameters

dataRow
Type: System.DataDataRowView
Row with data
columnIndex
Type: SystemInt32
Index of a column

Return Value

Type: Object
See Also