Sparkline Interface

Represents a single sparkline.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244B9-0000-0000-C000-000000000046")> _
Public Interface Sparkline
'Usage
Dim instance As Sparkline
[InterfaceTypeAttribute()]
[GuidAttribute("000244B9-0000-0000-C000-000000000046")]
public interface Sparkline

Remarks

Use the ModifyLocation(Range) method to change the location of a single sparkline, and use the ModifySourceData(String) method to change the range of the source data. To work with a group of sparklines at once, use the members of the SparklineGroup object.

See Also

Reference

Sparkline Members

Microsoft.Office.Interop.Excel Namespace