Range.LocationInTable Property

Definition

Returns a constant that describes the part of the PivotTable report that contains the upper-left corner of the specified range.

public:
 property Microsoft::Office::Interop::Excel::XlLocationInTable LocationInTable { Microsoft::Office::Interop::Excel::XlLocationInTable get(); };
public Microsoft.Office.Interop.Excel.XlLocationInTable LocationInTable { get; }
Public ReadOnly Property LocationInTable As XlLocationInTable

Property Value

Remarks

XlLocationInTable can be one of the following XlLocationInTable constants:

  • xlRowHeader
  • xlColumnHeader
  • xlPageHeader
  • xlDataHeader
  • xlRowItem
  • xlColumnItem
  • xlPageItem
  • xlDataItem
  • xlTableBody

Applies to