Cannot get Column Width
I just want to get the column width. I tried
var value = obj.getColumnWidth();
alert(value);
var value = obj.getColumnWidth(2);
alert(value);
It returns the value all the time.
How can I get the current column width?
Thanks,
var value = obj.getColumnWidth();
alert(value);
var value = obj.getColumnWidth(2);
alert(value);
It returns the value all the time.
How can I get the current column width?
Thanks,
flashsnake
July 17,