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