[]
从集合中返回单个对象。
IPivotField this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | 对象的索引编号。 |
| Type | Description |
|---|---|
| IPivotField | 集合中包含的IPivotField 对象。 |
从集合中返回单个对象。
IPivotField this[string fieldName] { get; }
| Type | Name | Description |
|---|---|---|
| string | fieldName | 对象的名称。 |
| Type | Description |
|---|---|
| IPivotField | 集合中包含的IPivotField 对象。 |