Skip to content

Commit 4aa12c5

Browse files
994607-Silcer
1 parent c44f1f9 commit 4aa12c5

File tree

1 file changed

+1
-1
lines changed
  • Document-Processing/Excel/Excel-Library/NET

1 file changed

+1
-1
lines changed

Document-Processing/Excel/Excel-Library/NET/Slicer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ cache.CrossFilterType = SlicerCrossFilterType.ShowItemsWithDataAtTop;
299299
{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
300300
Dim slicer As ISlicer = sheet.Slicers(0)
301301
Dim cache As ISlicerCache = slicer.SlicerCache
302-
cache.SlicerCacheItems(0).IsSelected = True
302+
cache.CrossFilterType = SlicerCrossFilterType.ShowItemsWithDataAtTop
303303
{% endhighlight %}
304304
{% endtabs %}
305305

0 commit comments

Comments
 (0)