PivotDrillDownDataSource.GetValue Method
| Name | Parameters | Description |
|---|---|---|
| GetValue(Int32, PivotGridField) | rowIndex, field | Gets the value of the specified field in the specified row. |
| GetValue(Int32, Int32) | rowIndex, columnIndex | Returns the value of the specified data field in the specified row. |
| GetValue(Int32, String) | rowIndex, fieldName | Returns the value of the specified data field in the specified row. |