Method PushMetadata
PushMetadata(Comment, out string, out string)
Called during PushStringTableCollection(int, StringTableCollection, IList<SheetColumn>, ITaskReporter) or PushStringTableCollectionAsync(int, StringTableCollection, IList<SheetColumn>, ITaskReporter). Used to extract values from IMetadata and convert them into a value and/or note that can be part of a Google Spreadsheet column cell.
Declaration
public override void PushMetadata(Comment metadata, out string value, out string note)
Parameters
Type | Name | Description |
---|---|---|
Comment | metadata | The metadata to update. |
string | value | The value that should appear in the Google Spreadsheet column cell. |
string | note | The value that should appear in the Google Spreadsheet column as a note. Return null to not include a note. |