XlLocationInTable 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 the part of the PivotTable report that contains the upper-left corner of a range.
public enum class XlLocationInTable
public enum XlLocationInTable
Public Enum XlLocationInTable
- Inheritance
-
XlLocationInTable
Fields
Name | Value | Description |
---|---|---|
xlRowHeader | -4153 | Row header. |
xlColumnHeader | -4110 | Column header. |
xlPageHeader | 2 | Page header. |
xlDataHeader | 3 | Data header. |
xlRowItem | 4 | Row item. |
xlColumnItem | 5 | Column item. |
xlPageItem | 6 | Page item. |
xlDataItem | 7 | Data item. |
xlTableBody | 8 | Table body. |