Item

PivotTableCollection indexer (1 of 3)

الحصول على تقرير PivotTable حسب الفهرس.

public PivotTable this[int index] { get; }

أنظر أيضا


PivotTableCollection indexer (2 of 3)

الحصول على تقرير PivotTable حسب اسم pivottable .

public PivotTable this[string name] { get; }

أنظر أيضا


PivotTableCollection indexer (3 of 3)

الحصول على تقرير PivotTable حسب موضع الجدول المحوري .

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

أنظر أيضا