IPivotField.AddPageItem Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub AddPageItem ( _
Item As String, _
ClearList As Object _
)
'Usage
Dim instance As IPivotField
Dim Item As String
Dim ClearList As Object
instance.AddPageItem(Item, ClearList)
void AddPageItem(
string Item,
Object ClearList
)
Parameters
- Item
Type: System.String
- ClearList
Type: System.Object