XlPTSelectionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies what may be selected in a PivotTable during a structured selection. These constants may be combined to select multiple types.
public enum class XlPTSelectionMode
public enum XlPTSelectionMode
Public Enum XlPTSelectionMode
- Inheritance
-
XlPTSelectionMode
Fields
Name | Value | Description |
---|---|---|
xlDataAndLabel | 0 | Data and labels. |
xlLabelOnly | 1 | Label. |
xlDataOnly | 2 | Data. |
xlOrigin | 3 | Origin. |
xlBlanks | 4 | Blanks. |
xlButton | 15 | Buttons. |
xlFirstRow | 256 | First row. |