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 |
---|---|---|
Shared |
keyEntry | The Key that represents the row in the spreadsheet. |
IList<String |
tableEntries | The String |
string | value | The value to be used for the cell. This can be null if Push |
string | note | The value to be used for the cell note. This can be null if Push |