[]
Get IPivotItem item by index.
IPivotItem this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | index of calculated item |
| Type | Description |
|---|---|
| IPivotItem |
Get IPivotItem item by name.
IPivotItem this[string itemName] { get; }
| Type | Name | Description |
|---|---|---|
| string | itemName | name of calcluated item. |