We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44f1f9 commit 4aa12c5Copy full SHA for 4aa12c5
Document-Processing/Excel/Excel-Library/NET/Slicer.md
@@ -299,7 +299,7 @@ cache.CrossFilterType = SlicerCrossFilterType.ShowItemsWithDataAtTop;
299
{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
300
Dim slicer As ISlicer = sheet.Slicers(0)
301
Dim cache As ISlicerCache = slicer.SlicerCache
302
-cache.SlicerCacheItems(0).IsSelected = True
+cache.CrossFilterType = SlicerCrossFilterType.ShowItemsWithDataAtTop
303
{% endhighlight %}
304
{% endtabs %}
305
0 commit comments