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 数据字段标签 (而不是) 的“数据 ”按钮。

xlPivotCellDataPivotField数据 ”按钮。

xlPivotCellGrandTotal 行或列区域中为总计的单元格。

xlPivotCellPageFieldItem 显示 Page 字段的选定项的单元格。

xlPivotCellPivotField 字段的按钮 (而不是) 的“数据 ”按钮。

xlPivotCellPivotItem 行或列区域中的单元格,该单元格不是小计、总计、自定义小计或空白行。

xlPivotCellSubtotal 行或列区域中属于小计的单元格。

xlPivotCellValue 数据区域中的任何单元格 () 空白行除外。

适用于