Range.LocationInTable プロパティ

定義

指定した範囲の左上隅を含むレポートの PivotTable 部分を表す定数を返します。

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

プロパティ値

注釈

XlLocationInTable には、次 XlLocationInTable のいずれかの定数を指定できます。

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

適用対象