接口 IPivotValueCell


public interface IPivotValueCell
Provides a way to expose values of cells in the case that actual cells (Range objects) are not available.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the PivotCell IPivotCell that specifies the location of the PivotValueCell.
    Returns the value at the location.
  • 方法详细资料

    • getPivotCell

      IPivotCell getPivotCell()
      Returns the PivotCell IPivotCell that specifies the location of the PivotValueCell. Read-only
    • getValue

      Object getValue()
      Returns the value at the location. The value is the value after ShowAs and other calculations have been applied. Variant can be Empty, Number, Date, String, or Error value.