CategoryCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the collection of visible chart categories in the chart.
public interface class CategoryCollection
[System.Runtime.InteropServices.Guid("000C1734-0000-0000-C000-000000000046")]
public interface CategoryCollection
[<System.Runtime.InteropServices.Guid("000C1734-0000-0000-C000-000000000046")>]
type CategoryCollection = interface
Public Interface CategoryCollection
- Attributes
Properties
_Default[Object] | |
Application |
Returns an Application object that represents the Microsoft Excel application. |
Count |
Returns a Integer (int in C#) value that represents the number of objects in the CategoryCollection (returns the number of categories visible in the chart). |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Parent |
Returns an Object that represents the parent object of the specified CategoryCollection object. |
Methods
Item(Object) |
Returns a single object from the CategoryCollection object. |