XlLocationInTable Enumeration

Specifies the part of the PivotTable report that contains the upper-left corner of a range.

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

Syntax

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

Members

Member name Description
xlColumnHeader Column header.
xlColumnItem Column item.
xlDataHeader Data header.
xlDataItem Data item.
xlPageHeader Page header.
xlPageItem Page item.
xlRowHeader Row header.
xlRowItem Row item.
xlTableBody Table body.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace