[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotValueCell

IPivotValueCell Interface

提供一种方法来暴露单元格的值,在实际上没有可用的单元格(Range对象)的情况下。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IPivotValueCell

Properties

Name Description
PivotCell

返回指定PivotValueCell位置的PivotCellIPivotCell 。只读。

Value

返回该位置处的值。该值是在应用了 ShowAs 和其他计算之后的值。变体可以是 Empty、Number、Date、String 或 Error 值。