3.2.0

Query whether a column is hidden or not

Is there a way to query whether a column has been hidden or not? Thank you in advance.
Dyme
June 24,
First off, how are you making it hidden? Are you getting the template then setting the visible style to 'hidden'? If so, get the template again and do a getStyle("visible") to see if it is "hidden" or "".
Jim Hunter
June 24,
At least in one case, we are using setColumnValues().
Dyme
June 25,
Okay, never mind . . . found it. getColumnValues() would be one way, but it would not handle the way I needed to. However, I found another method.
Dyme
June 28,

This topic is archived.

See also:


Back to support forum