Persist column state in advgridworkbook

In TAdvGridWorkbook there is actually only one grid (and data) for memory usage reasons. Therefore, it is unfortunately not going to work to use column persistence this way. What might work is to initialize the column state each time a new sheet is activated (from the OnSheetChanged event)