PivotSummaryDataRow.Item Property
Name | Parameters | Description |
---|---|---|
Item[PivotGridFieldBase] | field | Provides access to the cells in the current row by the corresponding pivot grid field. |
Item[Int32] | columnIndex | Provides indexed access to the cells in the current row. |
Item[String] | fieldName | Provides access to the cells in the current row by the name of the corresponding field. |