Skip to main content
A newer version of this page is available. .

XRPivotGrid.GetCellInfo(Int32, Int32) Method

Returns an object that contains information on the specified cell.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public PivotCellBaseEventArgs GetCellInfo(
    int columnIndex,
    int rowIndex
)

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