[]
Gets a PivotItemList collection that corresponds to the items on the category axis that represent the selected cell.
IPivotItemList RowItems { get; }
ReadOnly Property RowItems As IPivotItemList
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotItemList rowItems = pivotCell.RowItems;