[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotValueCell.Value

Value Property

Value

Gets the value at the location. The value is the value after ShowAs and other calculations have been applied. The returned object can represent a blank, numeric, date, text, or error value.

Declaration
object Value { get; }
ReadOnly Property Value As Object
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
object value = valueCell.Value;