SparklineGroup interface

Office 2013 and later

Represents a group of sparklines.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

The SparklineGroup object can contain multiple sparklines and contains the property settings for the group, such as color and axis settings. Each sparkline is represented by a Sparkline object.

Use the Modify(Range, String) method to add or remove sparklines from the sparkline group. Use the ModifyLocation(Range) method to change the location of the sparkline and use the ModifySourceData(String) method to change the range of the source data.

Show: