Method PullMetadata
PullMetadata(SharedTableEntry, TMetadata, string, string)
Called during PullIntoStringTableCollection(int, StringTableCollection, IList<SheetColumn>, bool, ITaskReporter, bool) to extract data from a Google Spreadsheet column cell and convert it into IMetadata.
Declaration
public abstract void PullMetadata(SharedTableData.SharedTableEntry keyEntry, TMetadata metadata, string cellValue, string cellNote)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedTableData.SharedTableEntry | keyEntry | The entry for this column row. |
| TMetadata | metadata | The metadata to populate with the cell value and/or note. |
| string | cellValue | The cell value from the Google Spreadsheet column. |
| string | cellNote | The cell note if one exists from the Google Spreadsheet column. |