XlPTSelectionMode Enumeration

Specifies what may be selected in a PivotTable during a structured selection. These constants may be combined to select multiple types.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPTSelectionMode
'Usage
Dim instance As XlPTSelectionMode
public enum XlPTSelectionMode

Members

Member name Description
xlLabelOnly Label.
xlDataAndLabel Data and labels.
xlDataOnly Data.
xlOrigin Origin.
xlButton Buttons.
xlBlanks Blanks.
xlFirstRow First row.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace