Commit 64c3418d authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix Row Stripe

parent 1651c1d6
...@@ -5277,7 +5277,7 @@ ...@@ -5277,7 +5277,7 @@
} }
} }
// First Row Stripe, Second Row Stripe // First Row Stripe, Second Row Stripe
if (styleInfo.showRowStripes) { if (styleInfo.showRowStripes && countR && (pivotRange.c1 + countR - 1 !== pivotRange.c2)) {
stripe1 = style.firstRowStripe || emptyStripe; stripe1 = style.firstRowStripe || emptyStripe;
stripe2 = style.secondRowStripe || emptyStripe; stripe2 = style.secondRowStripe || emptyStripe;
start = pivotRange.r1 + firstHeaderRow0 + 1; start = pivotRange.r1 + firstHeaderRow0 + 1;
......
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