接口 IPivotValueCell


public interface IPivotValueCell
提供了一种方法,在无法获取实际单元格(Range对象)的情况下暴露单元格的值。
  • 方法概要

    修饰符和类型
    方法
    说明
    返回指定PivotValueCell位置的PivotCell IPivotCell
    返回该位置处的值。
  • 方法详细资料

    • getPivotCell

      IPivotCell getPivotCell()
      返回指定PivotValueCell位置的PivotCell IPivotCell。只读。
    • getValue

      Object getValue()
      返回该位置处的值。该值是在应用了ShowAs和其他计算之后的值。变量可以是空值、数字、日期、字符串或错误值。