Click or drag to resize

IPFExcelImporterItemExcelImporter_BindValue Method

[Method used by the Packflow plugin of CodeCatalyst] Binds a value to this item. This method will be called when an equivalent PFField is NOT found for a given Excel column.

Namespace:  Packflow.Core.CodeCatalyst
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
bool ExcelImporter_BindValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Name of the Excel column.
value
Type: SystemObject
The row value.

Return Value

Type: Boolean
True if the value has been assigned. False if not bound and requires a second pass.
See Also