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