SparklineGroups Interface

Represents a collection of sparkline groups.

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

Syntax

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

Remarks

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.

See Also

Reference

SparklineGroups Members

Microsoft.Office.Interop.Excel Namespace