This topic has not yet been rated - Rate this topic

SparklineGroup Interface

Office 2010

Represents a group of sparklines.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
[GuidAttribute("000244B7-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SparklineGroup : IEnumerable

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.