How do I untick the Banded Columns (table) option using Open XML?
by default 'Banded Columns' is checked when you choose a table style.
Which xml file and where do you change to uncheck this ?
by default 'Banded Columns' is checked when you choose a table style.
Which xml file and where do you change to uncheck this ?
Problem solved !!
Would you believe by changeing
<w:tblLook w:val="0060" />
to
<w:tblLook w:val="0460" />
in the ECMA spec reference clause 2.4.51 tblLook (Table Style Conditional Formatting Settings)
0x0400 = Do not apply column banding conditional formatting
0x0040 = Apply last row conditional formatting
0x0020 = Apply first row conditional formatting
again it's a case of the answer is 42 but what is the question - I needed to know that it was answered under conditional formatting - quite obvious now that I found the solution !! But I went the tried and trusted way of preparing two files and comparing differences.
We need documented complete examples that tell the 'WHOLE STORY' not seperate pieces.
And you are welcome to put them in! ![]()
But on the serious side, if you are in need of a sample, feel free to contact me on my blog and I'll post about it.
Wouter