[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedItems.Item

this Property

this[int]

通过索引获取IPivotItem 项目。

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

计算项的索引。

Property Value
Type Description
IPivotItem

IPivotItem

this[string]

通过名称获取IPivotItem 项目。

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

计算项的名称。