Item

PivotFieldCollection indexer (1 of 2)

获取特定索引处的 PivotField 对象。

public PivotField this[int index] { get; }

也可以看看


PivotFieldCollection indexer (2 of 2)

获取特定名称的 PivotField 对象。

public PivotField this[string name] { get; }

也可以看看