N
NormanS
I'm trying to work out how to hide row and column headers in Excel OWC11.
The following works in OWC9, but doesn't work in OWC11.
<param name=DisplayColHeaders value=false>
<param name=DisplayRowHeaders value=false>
What is the correct param name in OWC11?
In addition, how to I hide the sheet selector
The following works in OWC9, but doesn't work in OWC11.
<param name=DisplayColHeaders value=false>
<param name=DisplayRowHeaders value=false>
What is the correct param name in OWC11?
In addition, how to I hide the sheet selector