Series.Values Property
Returns or sets a Object value that represents a collection of all the values in the series.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Object
Remarks
The value of this property can be either the address of a range on the chart's worksheet or an array of constant values, but not a combination of both. See the examples for details.