Method PullCellData
PullCellData(SharedTableEntry, string, string)
Called to update the String
Declaration
public abstract void PullCellData(SharedTableData.SharedTableEntry keyEntry, string cellValue, string cellNote)
Parameters
Type | Name | Description |
---|---|---|
Shared |
keyEntry | The entry being updated for this cell. |
string | cellValue | The cell value or null if Push |
string | cellNote | The cell note or null if Push |