Method PullCellData
PullCellData(SharedTableEntry, string, string)
Called to update the StringTableCollection using the provided cell data.
Declaration
public override void PullCellData(SharedTableData.SharedTableEntry keyEntry, string cellValue, string cellNote)
Parameters
Type | Name | Description |
---|---|---|
SharedTableData.SharedTableEntry | keyEntry | The entry being updated for this cell. |
string | cellValue | The cell value or null if PushFields does not contain the flag Value. |
string | cellNote | The cell note or null if PushFields does not contain the flag Note. |