[]
Gets a single IPivotTable object from the collection.
IPivotTable this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotTable
| Type | Name | Description |
|---|---|---|
| int | index | An integer value indicates the pivot table's index. |
| Type | Description |
|---|---|
| IPivotTable | The IPivotTable at the specified index. |
Gets a single IPivotTable object from the collection.
IPivotTable this[string name] { get; }
ReadOnly Default Property Item(name As String) As IPivotTable
| Type | Name | Description |
|---|---|---|
| string | name | A string value indicates the pivot table's name |
| Type | Description |
|---|---|
| IPivotTable | The IPivotTable at the specified name. |