Skip to content

Commit 14e5624

Browse files
committed
update action
1 parent 7db76be commit 14e5624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VB/SpreadsheetDocServerPivotAPI/CodeExamples/PivotTableFilterActions.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Namespace SpreadsheetDocServerPivotAPI
1818
pivotTable.Fields(1).ShowSingleItem(0)
1919

2020
'Show all items in the "Product" field (the default option).
21-
'pivotTable.Fields[1].ShowAllItems();
22-
' #End Region ' #ItemFilter
21+
'pivotTable.Fields(1).ShowAllItems()
22+
' #End Region ' #ItemFilter
2323
End Sub
2424

2525
Private Shared Sub SetItemVisibilityFilter(ByVal workbook As IWorkbook)

0 commit comments

Comments
 (0)