[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparklineGroups

ISparklineGroups Interface

Represents a collection of sparkline groups.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ISparklineGroups : IEnumerable
Public Interface ISparklineGroups
    Inherits IEnumerable

Properties

Name Description
Count

Gets the number of sparkline groups in the associated IRange object (read-only).

this[int]

Returns the ISparklineGroup object from a collection.

Methods

Name Description
Add(SparkType, string)

Creates a new sparkline group and returns an ISparklineGroup object.

Clear()

Clears the selected sparklines.

ClearGroups()

Clears the selected sparkline groups.

Group(IRange)

Groups the selected sparklines.

Ungroup()

Ungroups the sparklines in the selected sparkline group.