SparklineGroup Members

Include Protected Members
Include Inherited Members

Represents a group of sparklines.

The SparklineGroup type exposes the following members.

Properties

  Name Description
Public property Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object.
Public property Axes Gets the associated SparkAxes object.
Public property Count Gets the number of sparklines in the sparkline group.
Public property Creator Gets a 32-bit integer that indicates the application in which this object was created.
Public property DateRange Gets or sets the date range for the sparkline group.
Public property DisplayBlanksAs Gets or sets the way that blank cells are plotted on a chart.
Public property DisplayHidden Specifies whether hidden cells are plotted in the sparkline group.
Public property Item Returns a Sparkline object.
Public property LineWeight Gets or sets the thickness of the sparklines in the sparkline group.
Public property Location Gets or sets the Range object that represents the location of the sparkline group.
Public property Parent Gets the parent object for the specified object.
Public property PlotBy Gets or sets how to plot the sparkline when the data on which it is based is in a square-shaped range.
Public property Points Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.
Public property SeriesColor Gets a FormatColor object that represents the main series color for the sparkline group.
Public property SourceData Gets or sets the range that contains the source data for the sparkline group.
Public property Type Gets or sets the type of sparkline for the group.

Top

Methods

  Name Description
Public method Delete Deletes the sparkline group.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator()
Public method Modify Sets the location and the source data for the sparkline group.
Public method ModifyDateRange Sets the date range for the sparkline group.
Public method ModifyLocation Sets the associated Range object to modify the location of the sparkline group.
Public method ModifySourceData Sets the range that represents the source data for the sparkline group.

Top

See Also

Reference

SparklineGroup Interface

Microsoft.Office.Interop.Excel Namespace