Series.Values Property
Returns or sets a collection of all the values in the series. This can be a range on a worksheet or an array of constant values, but not a combination of both. Read/write Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Values As Object
Get
Set
'Usage
Dim instance As Series
Dim value As Object
value = instance.Values
instance.Values = value
Object Values { get; set; }
Property Value
Type: System.Object
Remarks
For PivotChart reports, this property is read-only.