CategoryCollection Interface

Definition

Represents the collection of visible chart categories in the document.

public interface class CategoryCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("04124C2D-039D-4442-9C68-8FA38D11DDD6")]
public interface CategoryCollection : System.Collections.IEnumerable
type CategoryCollection = interface
    interface IEnumerable
Public Interface CategoryCollection
Implements IEnumerable
Attributes
Implements

Remarks

Categories are visible if they have not been filtered out of a chart.

Properties

Application

Returns an Application object that represents the Word application.

Count

Returns an Integer (int in C#) that represents the number of categories 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 chart category.

Parent

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

Methods

_Default(Object)

Reserved for internal use.

GetEnumerator()

Retrieves an object that can iterate through the objects in this collection.

Applies to