DataExportHelperOnExternalDataBound Delegate |
Performes external data bound on column of datarow.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax 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:
ObjectSee Also