SparklineGroups interface
Office 2013 and later
Represents a collection of sparkline groups.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
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.
Show: