SparklineGroups 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 a collection of sparkline groups.
public interface class SparklineGroups : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244B6-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SparklineGroups : System.Collections.IEnumerable
Public Interface SparklineGroups
Implements IEnumerable
- Attributes
- Implements
Remarks
The SparklineGroups object can contain multiple SparklineGroup objects.
Use the SparklineGroups property of the Range object to return an existing SparklineGroups collection from its parent range.
Use the Add(XlSparkType, String) method to create a group of new sparklines.
Use the Group(Range) method to create a group of existing sparklines.
Properties
_Default[Object] |
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[Object] |
Returns a SparklineGroup object from a collection. |
Parent |
Gets the Range object for the specified object. |
Methods
Add(XlSparkType, String) |
Creates a new sparkline group and returns a SparklineGroup object. |
Clear() |
Clears the selected sparklines. |
ClearGroups() |
Clears the selected sparkline groups. |
GetEnumerator() | |
Group(Range) |
Groups the selected sparklines. |
Ungroup() |
Ungroups the sparklines in the selected sparkline group. |