[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotItems.Item

this Property

this[int]

从集合中返回单个对象。

Declaration
IPivotItem this[int index] { get; }
Parameters
Type Name Description
int index

对象的索引编号。

this[string]

从集合中返回单个对象。

Declaration
IPivotItem this[string name] { get; }
Parameters
Type Name Description
string name

对象的名称。