How to get a hidden's widht?

Hi.
After I use mygrid.setColumnHidden(index,true);
Then I use mygrid.getColWidth(index), it return 0.
So I can’t get a hidden’s width.
Is there a method to get a hidden’s width?

Thanks!

Unfortunately it’s not available.
The only way is to save it’s width before hiding.