[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotValueCell

IPivotValueCell Interface

Provides a way to expose values of cells in the case that actual cells (Range objects) are not available.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPivotValueCell
Public Interface IPivotValueCell

Properties

Name Description
PivotCell

Returns the PivotCellIPivotCell that specifies the location of the PivotValueCell. Read-only.

Value

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.