[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparklineGroups

ISparklineGroups Interface

表示一组迷你图组。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface ISparklineGroups : IEnumerable

Properties

Name Description
Count

获取与关联的IRange 对象中的迷你图组数量(只读)。

this[int]

从集合中返回ISparklineGroup 对象。

Methods

Name Description
Add(SparkType, string)

创建一个新的迷你图组,并返回一个ISparklineGroup 对象。

Clear()

清除选中的迷你图。

ClearGroups()

清除选中的迷你图组。

Group(IRange)

对选定的迷你图进行分组。

Ungroup()

取消分组选中的迷你图组中的迷你图。