PivotTable._PivotSelect Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub _PivotSelect ( _
Name As String, _
Mode As XlPTSelectionMode _
)
'Usage
Dim instance As PivotTable
Dim Name As String
Dim Mode As XlPTSelectionMode
instance._PivotSelect(Name, Mode)
void _PivotSelect(
string Name,
XlPTSelectionMode Mode
)
Parameters
- Name
Type: System.String