[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedFields.Item

this Property

this[int]

从集合中返回单个对象。

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

对象的索引编号。

Property Value
Type Description
IPivotField

集合中包含的IPivotField 对象。

this[string]

从集合中返回单个对象。

Declaration
IPivotField this[string fieldName] { get; }
Parameters
Type Name Description
string fieldName

对象的名称。

Property Value
Type Description
IPivotField

集合中包含的IPivotField 对象。