Share via


Series.Values Property

Returns or sets a collection of all the values in the series. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

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 Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace