XRCrossTabCellCollection.Item Property
| Name | Parameters | Description |
|---|---|---|
| Item[Int32, Int32] | columnIndex, rowIndex | An indexer that returns the cell located at the specified column and row. |
| Item[Int32] | index | An indexer that returns the cell located at the specified index in the collection. |