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

ASPxPivotGrid.GetRowIndex(Object[], PivotGridField) Method

Returns the index of the specified row.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public int GetRowIndex(
    object[] values,
    PivotGridField field
)

Parameters

Name Type Description
values Object[]

An array of row field values that identify the column.

field PivotGridField

A PivotGridField object.

Returns

Type Description
Int32

An integer value that specifies the row index. -1 if the specified row has not been not found.

See Also