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