Range.LocationInTable Property
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.
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