Share via


PivotCell.PivotCellType プロパティ

定義

セルが対応するピボットテーブル エンティティを識別する定数を返します。

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

プロパティ値

注釈

XlPivotCellType は、次の XlPivotCellType クラスの定数のいずれかです。

xlPivotCellBlankCell ピボットテーブル内の構造空白セル。

xlPivotCellCustomSubtotal ユーザー設定の集計の行範囲または列範囲内のセル。

xlPivotCellDataField A data field label (not the Data button).

xlPivotCellDataPivotField The Data button.

xlPivotCellGrandTotal 総計の行範囲または列範囲内のセル。

xlPivotCellPageFieldItem ページ フィールドの選択されているアイテムを表示するセル。

xlPivotCellPivotField The button for a field (not the Data button).

xlPivotCellPivotItem 小計、総計、ユーザー設定の集計、空白行のいずれでもない行範囲または列範囲内のセル。

xlPivotCellSubtotal 小計の行範囲または列範囲内のセル。

xlPivotCellValue データ エリア内のすべてのセル (空白行は除く)。

適用対象