[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotValueCell

Interface IPivotValueCell

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface IPivotValueCell

Properties

PivotCell

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

IPivotCell PivotCell { get; }

Property Value

IPivotCell

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.

object Value { get; }

Property Value

object