Method PushMetadata PushMetadata(TMetadata, 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 abstract void PushMetadata(TMetadata metadata, out string value, out string note) Parameters Type Name Description TMetadata 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.