PivotFieldImageIndexEventArgs.GetCellValue(Int32, Int32) Method
Returns a value displayed in a cell with the specified column and row indexes.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
Int32 | A zero-based integer value that specifies the index of the column where the cell resides. |
row |
Int32 | A zero-based integer value that specifies the index of the row where the cell resides. |
#Returns
Type | Description |
---|---|
Object | A value displayed in the specified cell. |
#Remarks
When an event is raised for a column field‘s value, the columnIndex parameter can be set to a value in the range [PivotFieldImageIndexEventArgs.MinIndex; PivotFieldImageIndexEventArgs.MaxIndex]. The rowIndex parameter can be set to any value in the range [0; PivotGridControl.Cells.RowCount-1].
When an event is raised for a row field‘s value, the rowIndex parameter can be set to a value in the range [PivotFieldImageIndexEventArgs.MinIndex; PivotFieldImageIndexEventArgs.MaxIndex]. The columnIndex parameter can be set to any value in the range [0; PivotGridControl.Cells.ColumnCount-1].
Note
If you call the Get