PivotValueCell.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
Public ReadOnly Property Value As Object
Property Value
Remarks
This property works independent of whether the PivotTable is on a Worksheet or not.