Value Property (Chart3DData)
Represents the Z-values for the specified data. Value is indexed by Row and Column. Set a new Z value by specifying the Row and Column index, and setting the new value.
Syntax
Property Value(Row As Long, Column As Long) As Double
See Also
Chart3DData Object