Method ReadEnd
ReadEnd(StringTableCollection)
Called when the CSV file has been imported. This can be used to perform any required cleanup.
Declaration
public override void ReadEnd(StringTableCollection collection)
Parameters
Type | Name | Description |
---|---|---|
StringTableCollection | collection | The target collection the CSV file was imported into. |