CGXExcelTable::ResetInternalState
virtual void ResetInternalState() = 0;
Remarks
This method will be called after the read or write operation has been completed. The object releases any persistent data that was retained during the read or write operation. This will be called after the read/write is completed and not after each read/write (for one record) as is the case with CGXExcelHandler::ResetInternalState. The reason for this is that the data is a table must be globally accessible to any handler or table that requires it for the duration of read/write.
See Also
CGXExcelHandler::ResetInternalState