ISparklineGroups Interface Members
In This Topic
The following tables list the members exposed by ISparklineGroups.
Public Properties
| Name | Description |
| Count | Gets the number of sparkline groups in the associated IRange object (read-only). |
| Item | Returns the ISparklineGroup object from a collection. |
Top
Public Methods
| Name | Description |
| Add | Creates a new sparkline group and returns an ISparklineGroup object. |
| Clear |
Clears the selected sparklines.
|
| ClearGroups |
Clears the selected sparkline groups.
|
| GetEnumerator | (Inherited from System.Collections.IEnumerable) |
| Group |
Groups the selected sparklines.
|
| Ungroup |
Ungroups the sparklines in the selected sparkline group.
|
Top
See Also