Method PushCellData
PushCellData(SharedTableEntry, IList<StringTableEntry>, out string, out string)
Extracts the data that should populate the columns cell for the row associated with the Key.
Declaration
public override void PushCellData(SharedTableData.SharedTableEntry keyEntry, IList<StringTableEntry> tableEntries, out string value, out string note)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedTableData.SharedTableEntry | keyEntry | |
| IList<StringTableEntry> | tableEntries | |
| string | value | |
| string | note |