[]
Represents a collection of sparkline groups.
public interface ISparklineGroups
Public Interface ISparklineGroups
| Name | Description |
|---|---|
| Count | Gets the count of sparkline groups in the associated IRange object. |
| this[int] | Gets an ISparklineGroup object from an ISparklineGroups collection. |
| Name | Description |
|---|---|
| Add(SparkType, string) | Creates a new sparkline group and returns a ISparklineGroup object. |
| Clear() | Clears the selected sparklines. |
| ClearGroups() | Clears the selected sparkline groups. |
| Group(int, int) | Groups the selected sparklines. |
| Group(string) | Groups the selected sparklines. |
| Ungroup() | Ungroups the sparklines in the selected sparkline group. |