FullSeriesCollection Interface

Definition

Represents the full set of Series objects in a chart.

public interface class FullSeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244DC-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface FullSeriesCollection : System.Collections.IEnumerable
Public Interface FullSeriesCollection
Implements IEnumerable
Attributes
Implements

Remarks

The FullSeriesCollection object enables you to get a filtered out Series object and filter it back in. It also enables you to iterate over the full set of Series objects, filtered out or visible, programmatically. By having the existing SeriesCollection object contain only the visible series you can programmatically perform operations on only the visible series. It also prevents Excel from breaking existing chart solutions on charts with filtered out data.

Properties

Application

Returns an Application object that represents the Excel application. Read-only.

Count

Returns an Integer (int in C#) value that represents the number of Series objects in the FullSeriesCollection object. 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#).

Parent

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

Methods

_Default(Object)
GetEnumerator()
Item(Object)

Returns a single object from the FullSeriesCollection object.

Applies to