Table setColumnAlignment AFTER addGeneratedColumn - possible?

I want to align a column in my table depending on what gets added in the addGeneratedColumn.
But it seems that the column alignment takes place before the addGeneratedColumn.
I have a test that checkes for something set in the addGeneratedColumn but it is set after it is tested in the column Alignment
Is there a way around this?

Thanks