XRPivotGrid.GetCellInfo(Int32, Int32) Method
Returns an object that contains information on the specified cell.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnIndex | Int32 | A zero-based integer that identifies the visible index of the column. |
| rowIndex | Int32 | A zero-based integer that identifies the visible index of the row. |
Returns
| Type | Description |
|---|---|
| DevExpress.XtraReports.UI.PivotGrid.PivotCellBaseEventArgs | A PivotCellBaseEventArgs object that contains information on the specified cell. |
See Also