[]
Get IPivotItem item by index.
IPivotItem this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotItem
Type | Name | Description |
---|---|---|
int | index | index of calculated item |
Type | Description |
---|---|
IPivotItem |
Get IPivotItem item by name.
IPivotItem this[string itemName] { get; }
ReadOnly Default Property Item(itemName As String) As IPivotItem
Type | Name | Description |
---|---|---|
string | itemName | name of calcluated item. |