Method WriteEnd
WriteEnd(StringTableCollection)
Called after the CSV file has been exported. This can be used to perform any required cleanup.
Declaration
public virtual void WriteEnd(StringTableCollection collection)
Parameters
Type | Name | Description |
---|---|---|
StringTableCollection | collection | The target collection the CSV file was exported from. |