Skip to main content

PivotCellBaseEventArgs.GetAbsoluteRowIndex(Int32) Method

Returns the row’s absolute index by its visible index within the current page.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int GetAbsoluteRowIndex(
    int pageRowVisibleIndex
)

Parameters

Name Type Description
pageRowVisibleIndex Int32

An integer value that specifies the row’s visible position within the current page.

Returns

Type Description
Int32

An integer value that specifies the row’s absolute index.

See Also