[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISparklineGroups

ISparklineGroups Interface

Represents a collection of sparkline groups.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISparklineGroups
Public Interface ISparklineGroups

Properties

Name Description
Count

Gets the count of sparkline groups in the associated IRange object.

this[int]

Gets an ISparklineGroup object from an ISparklineGroups collection.

Methods

Name Description
Add(SparkType, string)

Creates a new sparkline group and returns a ISparklineGroup object.

Clear()

Clears the selected sparklines.

ClearGroups()

Clears the selected sparkline groups.

Group(int, int)

Groups the selected sparklines.

Group(string)

Groups the selected sparklines.

Ungroup()

Ungroups the sparklines in the selected sparkline group.