SparklineGroup Interface

Represents a group of sparklines.

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

Syntax

'Declaration
<GuidAttribute("000244B7-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SparklineGroup _
    Inherits IEnumerable
'Usage
Dim instance As SparklineGroup
[GuidAttribute("000244B7-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SparklineGroup : IEnumerable

Remarks

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.

See Also

Reference

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace