FullSeriesCollection Interface

Definition

Represents the full collection of all chart series, both filtered and unfiltered.

public interface class FullSeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("4DACC469-630B-457E-9C8F-08158D57FC7C")]
public interface FullSeriesCollection : System.Collections.IEnumerable
type FullSeriesCollection = interface
    interface IEnumerable
Public Interface FullSeriesCollection
Implements IEnumerable
Attributes
Implements

Properties

Application

Returns an Application object that represents the Word application.

Count

Returns an Integer (int in C#) that represents the number of full series in the collection. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#).

Item[Object]

Returns an individual full series item from the collection.

Parent

Returns an Object that represents the parent object of the specified FullSeriesCollection object.

Methods

_Default(Object)

Reserved for internal use.

GetEnumerator()

Applies to