Commit 7c4f7001 authored by Alexander.Trofimov's avatar Alexander.Trofimov

show column subheading if showColHeaders option enabled

parent f42c8505
......@@ -5444,7 +5444,7 @@
// Column Subheading
items = pivotTable.getColItems();
if (items) {
if (items && styleInfo.showColHeaders) {
start = pivotRange.c1 + firstDataCol0;
end = pivotRange.c2 - grandColumn;
for (j = 0; j < countCWValues; ++j) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment