PivotDrillDownDataRow.Item Property
| Name | Parameters | Description |
|---|---|---|
| Item[PivotGridFieldBase] | field | Gets the row’s value for the specified field. |
| Item[Int32] | index | Returns the value of the specified field in the current row. |
| Item[String] | fieldName | Returns the value of the specified field in the current row. |