[]
通过索引获取IPivotItem 项目。
IPivotItem this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | 计算项的索引。 |
| Type | Description |
|---|---|
| IPivotItem |
通过名称获取IPivotItem 项目。
IPivotItem this[string itemName] { get; }
| Type | Name | Description |
|---|---|---|
| string | itemName | 计算项的名称。 |