SparklineGroups Members
Include Protected Members
Include Inherited Members
Represents a collection of sparkline groups.
The SparklineGroups type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. | |
Count | Gets the count of sparkline groups in the associated Range object. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
Item | Returns a SparklineGroup object from a collection. | |
Parent | Gets the Range object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a new sparkline group and returns a SparklineGroup object. | |
Clear | Clears the selected sparklines. | |
ClearGroups | Clears the selected sparkline groups. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
Group | Groups the selected sparklines. | |
Ungroup | Ungroups the sparklines in the selected sparkline group. |
Top