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 7db76be commit 14e5624Copy full SHA for 14e5624
VB/SpreadsheetDocServerPivotAPI/CodeExamples/PivotTableFilterActions.vb
@@ -18,8 +18,8 @@ Namespace SpreadsheetDocServerPivotAPI
18
pivotTable.Fields(1).ShowSingleItem(0)
19
20
'Show all items in the "Product" field (the default option).
21
- 'pivotTable.Fields[1].ShowAllItems();
22
-' #End Region ' #ItemFilter
+ 'pivotTable.Fields(1).ShowAllItems()
+ ' #End Region ' #ItemFilter
23
End Sub
24
25
Private Shared Sub SetItemVisibilityFilter(ByVal workbook As IWorkbook)
0 commit comments