Item

PivotTableCollection indexer (1 of 3)

按索引获取数据透视表。

public PivotTable this[int index] { get; }

也可以看看


PivotTableCollection indexer (2 of 3)

通过数据透视表的名称获取数据透视表报告。

public PivotTable this[string name] { get; }

也可以看看


PivotTableCollection indexer (3 of 3)

按数据透视表的位置获取数据透视表报告。

public PivotTable this[int row, int column] { get; }

也可以看看